| java.lang.Object | ||
| ↳ | org.jfree.chart.plot.dial.AbstractDialLayer | |
| ↳ | org.jfree.chart.plot.dial.StandardDialRange | |
A layer that draws a range highlight on a dial plot.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
StandardDialRange. | |||||||||||
Creates a new instance of
StandardDialRange. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of this instance.
| |||||||||||
Draws the range.
| |||||||||||
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the inner radius.
| |||||||||||
Returns the lower bound (a data value) of the dial range.
| |||||||||||
Returns the outer radius.
| |||||||||||
Returns the paint used to highlight the range.
| |||||||||||
Returns the scale index.
| |||||||||||
Returns the upper bound of the dial range.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
Returns
true to indicate that this layer should be
clipped within the dial window. | |||||||||||
Sets the bounds for the range and sends a
DialLayerChangeEvent
to all registered listeners. | |||||||||||
Sets the inner radius and sends a
DialLayerChangeEvent to all
registered listeners. | |||||||||||
Sets the lower bound of the dial range and sends a
DialLayerChangeEvent to all registered listeners. | |||||||||||
Sets the outer radius and sends a
DialLayerChangeEvent to all
registered listeners. | |||||||||||
Sets the paint used to highlight the range and sends a
DialLayerChangeEvent to all registered listeners. | |||||||||||
Sets the scale index and sends a
DialLayerChangeEvent to all
registered listeners. | |||||||||||
Sets the upper bound of the dial range and sends a
DialLayerChangeEvent to all registered listeners. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.plot.dial.AbstractDialLayer
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.plot.dial.DialLayer
| |||||||||||
Creates a new instance of StandardDialRange.
Creates a new instance of StandardDialRange.
| lower | the lower bound. |
|---|---|
| upper | the upper bound. |
| paint | the paint (null not permitted).
|
Returns a clone of this instance.
| CloneNotSupportedException | if any of the attributes of this instance cannot be cloned. |
|---|
Draws the range.
| g2 | the graphics target. |
|---|---|
| plot | the plot. |
| frame | the dial's reference frame (in Java2D space). |
| view | the dial's view rectangle (in Java2D space). |
Tests this instance for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns the lower bound (a data value) of the dial range.
Returns the paint used to highlight the range.
null).Returns a hash code for this instance.
Returns true to indicate that this layer should be
clipped within the dial window.
true.
Sets the bounds for the range and sends a DialLayerChangeEvent
to all registered listeners.
| lower | the lower bound. |
|---|---|
| upper | the upper bound. |
Sets the inner radius and sends a DialLayerChangeEvent to all
registered listeners.
| radius | the radius. |
|---|
Sets the lower bound of the dial range and sends a
DialLayerChangeEvent to all registered listeners.
| bound | the lower bound. |
|---|
Sets the outer radius and sends a DialLayerChangeEvent to all
registered listeners.
| radius | the radius. |
|---|
Sets the paint used to highlight the range and sends a
DialLayerChangeEvent to all registered listeners.
| paint | the paint (null not permitted). |
|---|
Sets the scale index and sends a DialLayerChangeEvent to all
registered listeners.
| index | the scale index. |
|---|
Sets the upper bound of the dial range and sends a
DialLayerChangeEvent to all registered listeners.
| bound | the upper bound. |
|---|