java.lang.Object | ||
↳ | org.jfree.chart.plot.dial.AbstractDialLayer | |
↳ | org.jfree.chart.plot.dial.DialPointer |
![]() |
A base class for the pointer in a DialPlot
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DialPointer.Pin | A dial pointer that draws a thin line (like a pin). | ||||||||||
DialPointer.Pointer | A dial pointer. |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
DialPointer instance. | |||||||||||
Creates a new pointer for the specified dataset.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of the pointer.
| |||||||||||
Checks this instance for equality with an arbitrary object.
| |||||||||||
Returns the dataset index that the pointer maps to.
| |||||||||||
Returns the radius of the pointer, as a percentage of the dial's
framing rectangle.
| |||||||||||
Returns a hash code.
| |||||||||||
Returns
true to indicate that this layer should be
clipped within the dial window. | |||||||||||
Sets the dataset index for the pointer and sends a
DialLayerChangeEvent to all registered listeners. | |||||||||||
Sets the radius of the pointer and sends a
DialLayerChangeEvent to all registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new DialPointer
instance.
Creates a new pointer for the specified dataset.
datasetIndex | the dataset index. |
---|
Returns a clone of the pointer.
CloneNotSupportedException | if one of the attributes cannot be cloned. |
---|
Checks this instance for equality with an arbitrary object.
obj | the object (null not permitted). |
---|
Returns the dataset index that the pointer maps to.
Returns the radius of the pointer, as a percentage of the dial's framing rectangle.
Returns a hash code.
Returns true
to indicate that this layer should be
clipped within the dial window.
true
.
Sets the dataset index for the pointer and sends a
DialLayerChangeEvent
to all registered listeners.
index | the index. |
---|
Sets the radius of the pointer and sends a
DialLayerChangeEvent
to all registered listeners.
radius | the radius. |
---|