| Package | Description |
|---|---|
| org.jfree.chart.plot.dial |
Classes for creating dial plots.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardDialScale
A scale for a
DialPlot. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialPlot.addScale(int index,
DialScale scale)
Adds a dial scale to the plot and sends a
PlotChangeEvent to
all registered listeners. |