Uses of Interface
org.jfree.data.general.ValueDataset

Packages that use ValueDataset
org.jfree.chart.plot Plot classes and related interfaces. 
org.jfree.data.general Data interfaces and classes. 
 

Uses of ValueDataset in org.jfree.chart.plot
 

Methods in org.jfree.chart.plot that return ValueDataset
 ValueDataset ThermometerPlot.getDataset()
          Returns the primary dataset for the plot.
 ValueDataset MeterPlot.getDataset()
          Returns the dataset for the plot.
 ValueDataset[] CompassPlot.getDatasets()
          Returns an array of dataset references for the plot.
 

Methods in org.jfree.chart.plot with parameters of type ValueDataset
 void CompassPlot.addDataset(ValueDataset dataset)
          Adds a dataset to the compass.
 void CompassPlot.addDataset(ValueDataset dataset, MeterNeedle needle)
          Adds a dataset to the compass.
 void ThermometerPlot.setDataset(ValueDataset dataset)
          Sets the dataset for the plot, replacing the existing dataset if there is one.
 void MeterPlot.setDataset(ValueDataset dataset)
          Sets the dataset for the plot, replacing the existing dataset if there is one, and triggers a PlotChangeEvent.
 

Constructors in org.jfree.chart.plot with parameters of type ValueDataset
CompassPlot(ValueDataset dataset)
          Constructs a new compass plot.
MeterPlot(ValueDataset dataset)
          Creates a new plot that displays the value from the supplied dataset.
ThermometerPlot(ValueDataset dataset)
          Creates a new thermometer plot, using default attributes where necessary.
 

Uses of ValueDataset in org.jfree.data.general
 

Classes in org.jfree.data.general that implement ValueDataset
 class DefaultValueDataset
          A dataset that stores a single value (that is possibly null).