Uses of Class
org.jfree.chart.plot.dial.DialPointer
Packages that use DialPointer
-
Uses of DialPointer in org.jfree.chart.plot.dial
Subclasses of DialPointer in org.jfree.chart.plot.dialModifier and TypeClassDescriptionstatic class
A dial pointer that draws a thin line (like a pin).static class
A dial pointer.Methods in org.jfree.chart.plot.dial that return DialPointerModifier and TypeMethodDescriptionDialPlot.getPointerForDataset
(int datasetIndex) Returns the dial pointer that is associated with the specified dataset, ornull
.Methods in org.jfree.chart.plot.dial with parameters of type DialPointerModifier 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.