60616263646566
* @param axis the axis to fill on, from AxisClip's constants * @param direction the direction to fill, from AxisClip's constants */ public ClippedFill(Color c, int axis, int direction) { this(c); clip = new AxisClip(axis, direction); }