Header
And More


Uses of Class
org.jfree.chart.plot.dial.DialPointer

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.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.