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 double | getAngle() Returns the angle used to calculate the anchor point. |
public Font | getFont() Returns the font used to display the label. |
public String | getLabel() Returns the label text. |
public Paint | getPaint() Returns the paint used to display the label. |
public double | getRadius() Returns the radius used to calculate the anchor point. |
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 | setAngle(double angle) Sets the angle used to calculate the anchor point. |
public void | setFont(Font font) Sets the font used to display the label. |
public void | setLabel(String label) Sets the label. |
public void | setPaint(Paint paint) Sets the paint used to display the label. |
public void | setRadius(double radius) Sets the radius used to calculate the anchor point. |