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

Uses in package org.jfree.chart.plot.dial

Constructors with parameter type org.jfree.data.general.ValueDataset

Creates a new instance of DialPlot.

Methods with parameter type org.jfree.data.general.ValueDataset

void
DialPlot.setDataset(int index, ValueDataset dataset)
Sets a dataset for the plot.
void
Sets the dataset for the plot, replacing the existing dataset, if there is one, and sends a PlotChangeEvent to all registered listeners.

Methods with return type org.jfree.data.general.ValueDataset

ValueDataset
Returns the primary dataset for the plot.
ValueDataset
DialPlot.getDataset(int index)
Returns the dataset at the given index.

Uses in package org.jfree.chart.plot

Constructors with parameter type org.jfree.data.general.ValueDataset

Constructs a new compass plot.
Creates a new plot that displays the value from the supplied dataset.
Creates a new thermometer plot, using default attributes where necessary.

Methods with parameter type org.jfree.data.general.ValueDataset

void
Adds a dataset to the compass.
void
Adds a dataset to the compass.
void
Sets the dataset for the plot, replacing the existing dataset if there is one, and triggers a PlotChangeEvent.
void
Sets the dataset for the plot, replacing the existing dataset if there is one, and sends a PlotChangeEvent to all registered listeners.

Methods with return type org.jfree.data.general.ValueDataset

ValueDataset
Returns the dataset for the plot.
ValueDataset
Returns the dataset for the plot.
ValueDataset[]
Returns an array of dataset references for the plot.

Uses in package org.jfree.data.general

Classes implementing org.jfree.data.general.ValueDataset

class
A dataset that stores a single value (that is possibly null).