Header
And More


Uses of Interface
org.jfree.chart.plot.dial.DialScale

Packages that use DialScale
org.jfree.chart.plot.dial Classes for creating dial plots. 
 

Uses of DialScale in org.jfree.chart.plot.dial
 

Classes in org.jfree.chart.plot.dial that implement DialScale
 class StandardDialScale
          A scale for a DialPlot.
 

Methods in org.jfree.chart.plot.dial that return DialScale
 DialScale DialPlot.getScale(int index)
          Returns the scale at the given index.
 DialScale DialPlot.getScaleForDataset(int datasetIndex)
          Returns the dial scale for a specific dataset.
 

Methods in org.jfree.chart.plot.dial with parameters of type DialScale
 void DialPlot.addScale(int index, DialScale scale)
          Adds a dial scale to the plot and sends a PlotChangeEvent to all registered listeners.
 


Footer
And More


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