Uses of Class
org.jfree.chart.plot.dial.DialPointer
| Package | Description |
|---|---|
| org.jfree.chart.plot.dial |
Classes for creating dial plots.
|
-
Uses of DialPointer in org.jfree.chart.plot.dial
Subclasses of DialPointer in org.jfree.chart.plot.dial Modifier and Type Class Description static classDialPointer.PinA dial pointer that draws a thin line (like a pin).static classDialPointer.PointerA dial pointer.Methods in org.jfree.chart.plot.dial that return DialPointer Modifier and Type Method Description DialPointerDialPlot. 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 DialPointer Modifier and Type Method Description voidDialPlot. 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.