java.lang.Object | ||
↳ | org.jfree.chart.plot.dial.AbstractDialLayer | |
↳ | org.jfree.chart.plot.dial.ArcDialFrame |
A standard frame for the DialPlot
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
ArcDialFrame that spans
180 degrees. | |||||||||||
Creates a new instance of
ArcDialFrame that spans
the arc specified. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of this instance.
| |||||||||||
Draws the frame.
| |||||||||||
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the background paint (never
null ). | |||||||||||
Returns the extent.
| |||||||||||
Returns the foreground paint.
| |||||||||||
Returns the inner radius, relative to the framing rectangle.
| |||||||||||
Returns the outer radius, relative to the framing rectangle.
| |||||||||||
Returns the start angle.
| |||||||||||
Returns the stroke.
| |||||||||||
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 extent and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the foreground paint and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the inner radius and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the outer radius and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the start angle and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the stroke and sends a
DialLayerChangeEvent to
all registered listeners. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the outer window.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance of ArcDialFrame
that spans
180 degrees.
Creates a new instance of ArcDialFrame
that spans
the arc specified.
startAngle | the startAngle (in degrees). |
---|---|
extent | the extent of the arc (in degrees, counter-clockwise). |
Returns a clone of this instance.
CloneNotSupportedException | if any attribute of this instance cannot be cloned. |
---|
Draws the frame.
g2 | the graphics target. |
---|---|
plot | the plot. |
frame | the dial's reference frame. |
view | the dial's view rectangle. |
Tests this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the background paint (never null
).
Returns the foreground paint.
null
).Returns the inner radius, relative to the framing rectangle.
Returns the outer 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.
false
.
Sets the background paint and sends a DialLayerChangeEvent
to
all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the extent and sends a DialLayerChangeEvent
to
all registered listeners.
extent | the extent. |
---|
Sets the foreground paint and sends a DialLayerChangeEvent
to
all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the inner radius and sends a DialLayerChangeEvent
to
all registered listeners.
radius | the inner radius. |
---|
Sets the outer radius and sends a DialLayerChangeEvent
to
all registered listeners.
radius | the outer radius. |
---|
Sets the start angle and sends a DialLayerChangeEvent
to
all registered listeners.
angle | the angle. |
---|
Sets the stroke and sends a DialLayerChangeEvent
to
all registered listeners.
stroke | the stroke (null not permitted). |
---|
Returns the outer window.
frame | the frame. |
---|