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

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.

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

ValueDataset
Returns the dataset for the plot.
ValueDataset
Returns the primary 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).