java.lang.Object | ||
↳ | org.jfree.chart.plot.dial.AbstractDialLayer | |
↳ | org.jfree.chart.plot.dial.StandardDialFrame |
A simple circular frame for the DialPlot
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
StandardDialFrame . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of this instance.
| |||||||||||
Draws the frame.
| |||||||||||
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the background paint.
| |||||||||||
Returns the foreground paint.
| |||||||||||
Returns the radius, relative to the framing rectangle.
| |||||||||||
Returns the stroke for the frame.
| |||||||||||
Returns the shape for the window for this dial.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
Returns
false to indicate that this dial layer is not
clipped to the dial window. | |||||||||||
Sets the background paint and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the foreground paint and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the radius and sends a
DialLayerChangeEvent to all
registered listeners. | |||||||||||
Sets the stroke and sends a
DialLayerChangeEvent to all
registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance of StandardDialFrame
.
Returns a clone of this instance.
CloneNotSupportedException | if any of the frame's attributes cannot be cloned. |
---|
Draws the frame. This method is called by the DialPlot
class,
you shouldn't need to call it directly.
g2 | the graphics target (null not permitted). |
---|---|
plot | the plot (null not permitted). |
frame | the frame (null not permitted). |
view | the view (null not permitted).
|
Tests this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the background paint.
null
).Returns the foreground paint.
null
).Returns the radius, relative to the framing rectangle.
Returns the shape for the window for this dial. Some dial layers will request that their drawing be clipped within this window.
frame | the reference frame (null not permitted). |
---|
Returns a hash code for this instance.
Returns false
to indicate that this dial layer is not
clipped to the dial window.
Sets the background paint and sends a DialLayerChangeEvent
to
all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the foreground paint and sends a DialLayerChangeEvent
to
all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the radius and sends a DialLayerChangeEvent
to all
registered listeners.
radius | the radius (must be positive). |
---|
Sets the stroke and sends a DialLayerChangeEvent
to all
registered listeners.
stroke | the stroke (null not permitted). |
---|