Uses of Interface
org.jfree.data.general.ValueDataset
Packages that use ValueDataset
Package
Description
-
Uses of ValueDataset in de.grogra.pf.data
Classes in de.grogra.pf.data that implement ValueDataset -
Uses of ValueDataset in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ValueDatasetModifier and TypeMethodDescriptionMeterPlot.getDataset()
Returns the dataset for the plot.ThermometerPlot.getDataset()
Returns the dataset for the plot.CompassPlot.getDatasets()
Returns an array of dataset references for the plot.Methods in org.jfree.chart.plot with parameters of type ValueDatasetModifier and TypeMethodDescriptionvoid
CompassPlot.addDataset
(ValueDataset dataset) Adds a dataset to the compass.void
CompassPlot.addDataset
(ValueDataset dataset, MeterNeedle needle) Adds a dataset to the compass.void
MeterPlot.setDataset
(ValueDataset dataset) Sets the dataset for the plot, replacing the existing dataset if there is one, and triggers aPlotChangeEvent
.void
ThermometerPlot.setDataset
(ValueDataset dataset) Sets the dataset for the plot, replacing the existing dataset if there is one, and sends aPlotChangeEvent
to all registered listeners.Constructors in org.jfree.chart.plot with parameters of type ValueDatasetModifierConstructorDescriptionCompassPlot
(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.chart.plot.dial
Methods in org.jfree.chart.plot.dial that return ValueDatasetModifier and TypeMethodDescriptionDialPlot.getDataset()
Returns the primary dataset for the plot.DialPlot.getDataset
(int index) Returns the dataset at the given index.Methods in org.jfree.chart.plot.dial with parameters of type ValueDatasetModifier and TypeMethodDescriptionvoid
DialPlot.setDataset
(int index, ValueDataset dataset) Sets a dataset for the plot.void
DialPlot.setDataset
(ValueDataset dataset) Sets the dataset for the plot, replacing the existing dataset, if there is one, and sends aPlotChangeEvent
to all registered listeners.Constructors in org.jfree.chart.plot.dial with parameters of type ValueDataset -
Uses of ValueDataset in org.jfree.data.general
Classes in org.jfree.data.general that implement ValueDatasetModifier and TypeClassDescriptionclass
A dataset that stores a single value (that is possiblynull
).