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

Uses in package org.jfree.chart.plot.dial

Classes implementing org.jfree.chart.plot.dial.DialScale

class
A scale for a DialPlot.

Methods with parameter type org.jfree.chart.plot.dial.DialScale

void
DialPlot.addScale(int index, DialScale scale)
Adds a dial scale to the plot and sends a PlotChangeEvent to all registered listeners.

Methods with return type org.jfree.chart.plot.dial.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.