Uses of Interface
org.jfree.data.ValueDataset
Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of ValueDataset in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ValueDataset Modifier and Type Method Description ValueDataset[]
CompassPlot. getData()
Returns the dataset.ValueDataset
ThermometerPlot. getData()
Deprecated.Use getDataset() instead.ValueDataset
MeterPlot. getDataset()
Returns the primary dataset for the plot.ValueDataset
ThermometerPlot. getDataset()
Returns the primary dataset for the plot.Methods in org.jfree.chart.plot with parameters of type ValueDataset Modifier and Type Method Description void
CompassPlot. addData(ValueDataset data)
Adds a dataset to the compass.void
CompassPlot. addData(ValueDataset data, MeterNeedle needle)
Adds a dataset to the compass.void
ThermometerPlot. setData(ValueDataset dataset)
Deprecated.Use setDataset(...) instead.void
MeterPlot. setDataset(ValueDataset dataset)
Sets the dataset for the plot, replacing the existing dataset if there is one.void
ThermometerPlot. setDataset(ValueDataset dataset)
Sets the dataset for the plot, replacing the existing dataset if there is one.Constructors in org.jfree.chart.plot with parameters of type ValueDataset Constructor Description CompassPlot(ValueDataset dataset)
Constructs a new compass plot.MeterPlot(ValueDataset dataset)
Creates a new plot that displays the value in the supplied dataset.ThermometerPlot(ValueDataset dataset)
Creates a new thermometer plot, using default attributes where necessary. -
Uses of ValueDataset in org.jfree.data
Subinterfaces of ValueDataset in org.jfree.data Modifier and Type Interface Description interface
MeterDataset
Deprecated.Use ValueDataset instead, this interface mixes data and presentation items.Classes in org.jfree.data that implement ValueDataset Modifier and Type Class Description class
DefaultMeterDataset
Deprecated.Use ValueDataset instead, this interface mixes data and presentation items.class
DefaultValueDataset
A default implementation of theValueDataset
interface.