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.ValueDatasetThermometerPlot. getData()Deprecated.Use getDataset() instead.ValueDatasetMeterPlot. getDataset()Returns the primary dataset for the plot.ValueDatasetThermometerPlot. getDataset()Returns the primary dataset for the plot.Methods in org.jfree.chart.plot with parameters of type ValueDataset Modifier and Type Method Description voidCompassPlot. addData(ValueDataset data)Adds a dataset to the compass.voidCompassPlot. addData(ValueDataset data, MeterNeedle needle)Adds a dataset to the compass.voidThermometerPlot. setData(ValueDataset dataset)Deprecated.Use setDataset(...) instead.voidMeterPlot. setDataset(ValueDataset dataset)Sets the dataset for the plot, replacing the existing dataset if there is one.voidThermometerPlot. 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 interfaceMeterDatasetDeprecated.Use ValueDataset instead, this interface mixes data and presentation items.Classes in org.jfree.data that implement ValueDataset Modifier and Type Class Description classDefaultMeterDatasetDeprecated.Use ValueDataset instead, this interface mixes data and presentation items.classDefaultValueDatasetA default implementation of theValueDatasetinterface.