Uses of Class
org.jfree.chart.plot.dial.DialPointer
-
Uses of DialPointer in org.jfree.chart.plot.dial
Modifier and TypeClassDescriptionstatic class
A dial pointer that draws a thin line (like a pin).static class
A dial pointer.Modifier and TypeMethodDescriptionDialPlot.getPointerForDataset
(int datasetIndex) Returns the dial pointer that is associated with the specified dataset, ornull
.Modifier and TypeMethodDescriptionvoid
DialPlot.addPointer
(DialPointer pointer) Adds a pointer to the plot and sends aPlotChangeEvent
to all registered listeners.int
DialPlot.getPointerIndex
(DialPointer pointer) Returns the index for the specified pointer.void
DialPlot.removePointer
(DialPointer pointer) Removes the specified pointer and sends aPlotChangeEvent
to all registered listeners.