|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialPointer | |
---|---|
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 | |
---|---|
static class |
DialPointer.Pin
A dial pointer that draws a thin line (like a pin). |
static class |
DialPointer.Pointer
A dial pointer. |
Methods in org.jfree.chart.plot.dial that return DialPointer | |
---|---|
DialPointer |
DialPlot.getPointerForDataset(int datasetIndex)
Returns the dial pointer that is associated with the specified dataset, or null . |
Methods in org.jfree.chart.plot.dial with parameters of type DialPointer | |
---|---|
void |
DialPlot.addPointer(DialPointer pointer)
Adds a pointer to the plot and sends a PlotChangeEvent 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 a PlotChangeEvent to all
registered listeners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |