Uses of Interface
org.jfree.chart.plot.dial.DialScale
| Package | Description |
|---|---|
| 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 Modifier and Type Class Description classStandardDialScaleA scale for aDialPlot.Methods in org.jfree.chart.plot.dial that return DialScale Modifier and Type Method Description DialScaleDialPlot. getScale(int index)Returns the scale at the given index.DialScaleDialPlot. getScaleForDataset(int datasetIndex)Returns the dial scale for a specific dataset.Methods in org.jfree.chart.plot.dial with parameters of type DialScale Modifier and Type Method Description voidDialPlot. addScale(int index, DialScale scale)Adds a dial scale to the plot and sends aPlotChangeEventto all registered listeners.