Method Summary |
|
public Object | clone() Returns a clone of this instance. |
public void | draw(Graphics2D g2, DialPlot plot, Rectangle2D frame, Rectangle2D view) Draws the range. |
public boolean | equals(Object obj) Tests this instance for equality with an arbitrary object.
Parameters: obj - the object (null permitted). |
public double | getIncrement() Returns the increment between tick marks. |
public double | getInnerRadius() Returns the inner radius. |
public double | getLowerBound() Returns the lower bound (a data value) of the dial range. |
public double | getOuterRadius() Returns the outer radius. |
public Paint | getPaint() Returns the paint used to highlight the range. |
public double | getUpperBound() Returns the upper bound of the dial range. |
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 | setIncrement(double increment) Sets the increment. |
public void | setInnerRadius(double radius) Sets the inner radius. |
public void | setLowerBound(double bound) Sets the lower bound of the dial range. |
public void | setOuterRadius(double radius) Sets the outer radius. |
public void | setPaint(Paint paint) Sets the paint used to highlight the range. |
public void | setUpperBound(double bound) Sets the upper bound of the dial range. |