|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |