java.lang.Object | |||
↳ | org.jfree.chart.plot.dial.AbstractDialLayer | ||
↳ | org.jfree.chart.plot.dial.DialPointer | ||
↳ | org.jfree.chart.plot.dial.DialPointer.Pointer |
A dial pointer.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
| |||||||||||
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Draws the pointer.
| |||||||||||
Tests this pointer for equality with an arbitrary object.
| |||||||||||
Returns the fill paint.
| |||||||||||
Returns the outline paint.
| |||||||||||
Returns the width radius.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
Sets the fill paint and sends a
DialLayerChangeEvent to all
registered listeners. | |||||||||||
Sets the outline paint and sends a
DialLayerChangeEvent to
all registered listeners. | |||||||||||
Sets the width radius and sends a
DialLayerChangeEvent to
all registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance.
Creates a new instance.
datasetIndex | the dataset index. |
---|
Draws the pointer.
g2 | the graphics target. |
---|---|
plot | the plot. |
frame | the dial's reference frame. |
view | the dial's view. |
Tests this pointer for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns a hash code for this instance.
Sets the fill paint and sends a DialLayerChangeEvent
to all
registered listeners.
paint | the paint (null not permitted). |
---|
Sets the outline paint and sends a DialLayerChangeEvent
to
all registered listeners.
paint | the paint (null not permitted). |
---|
Sets the width radius and sends a DialLayerChangeEvent
to
all registered listeners.
radius | the radius |
---|