Method Summary |
|
public Object | clone() Returns a clone of this instance. |
public void | draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view) Draws the background to the specified graphics device. |
public boolean | equals(Object obj) Tests this instance for equality with an arbitrary object.
Parameters: obj - the object (null permitted). |
public Paint | getFillPaint() Returns the paint used to fill the cap. |
public Paint | getOutlinePaint() Returns the paint used to draw the outline of the cap. |
public Stroke | getOutlineStroke() Returns the stroke used to draw the outline of the cap. |
public double | getRadius() Returns the radius of the cap, as a percentage of the dial's framing
rectangle. |
public int | hashCode() Returns a hash code for this instance. |
public boolean | isClippedToWindow() Returns true to indicate that this layer should be
clipped within the dial window. |
public void | setFillPaint(Paint paint) Sets the paint for the cap background. |
public void | setOutlinePaint(Paint paint) Sets the paint used to draw the outline of the cap. |
public void | setOutlineStroke(Stroke stroke) Sets the stroke used to draw the outline of the cap and sends a
DialLayerChangeEvent to all registered listeners. |
public void | setRadius(double radius) Sets the radius of the cap, as a percentage of the dial's framing
rectangle. |