Uses of Interface
org.jfree.data.general.ValueDataset
Package
Description
-
Uses of ValueDataset in de.grogra.pf.data
-
Uses of ValueDataset in org.jfree.chart.plot
Modifier 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.Modifier 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.ModifierConstructorDescriptionCompassPlot
(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
Modifier and TypeMethodDescriptionDialPlot.getDataset()
Returns the primary dataset for the plot.DialPlot.getDataset
(int index) Returns the dataset at the given index.Modifier 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. -
Uses of ValueDataset in org.jfree.data.general
Modifier and TypeClassDescriptionclass
A dataset that stores a single value (that is possiblynull
).