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 GradientPaintTransformer | getGradientPaintTransformer() Returns the transformer used to adjust the coordinates of any
GradientPaint instance used for the background paint. |
public Paint | getPaint() Returns the paint used to fill the background. |
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 | setGradientPaintTransformer(GradientPaintTransformer t) Sets the transformer used to adjust the coordinates of any
GradientPaint instance used for the background paint. |
public void | setPaint(Paint paint) Sets the paint for the dial background. |