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 classA dial pointer that draws a thin line (like a pin).static classA 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 TypeMethodDescriptionvoidDialPlot.addPointer(DialPointer pointer) Adds a pointer to the plot and sends aPlotChangeEventto all registered listeners.intDialPlot.getPointerIndex(DialPointer pointer) Returns the index for the specified pointer.voidDialPlot.removePointer(DialPointer pointer) Removes the specified pointer and sends aPlotChangeEventto all registered listeners.