|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueDataset | |
|---|---|
| org.jfree.chart.plot | Plot classes and related interfaces. |
| org.jfree.chart.plot.dial | Classes for creating dial plots. |
| org.jfree.data.general | Data interfaces and classes. |
| Uses of ValueDataset in org.jfree.chart.plot |
|---|
| Methods in org.jfree.chart.plot that return ValueDataset | |
|---|---|
ValueDataset |
ThermometerPlot.getDataset()
Returns the dataset for the plot. |
ValueDataset |
MeterPlot.getDataset()
Returns the dataset for the plot. |
ValueDataset[] |
CompassPlot.getDatasets()
Returns an array of dataset references for the plot. |
| Methods in org.jfree.chart.plot with parameters of type ValueDataset | |
|---|---|
void |
CompassPlot.addDataset(ValueDataset dataset)
Adds a dataset to the compass. |
void |
CompassPlot.addDataset(ValueDataset dataset,
MeterNeedle needle)
Adds a dataset to the compass. |
void |
ThermometerPlot.setDataset(ValueDataset dataset)
Sets the dataset for the plot, replacing the existing dataset if there is one, and sends a PlotChangeEvent to all registered listeners. |
void |
MeterPlot.setDataset(ValueDataset dataset)
Sets the dataset for the plot, replacing the existing dataset if there is one, and triggers a PlotChangeEvent. |
| Constructors in org.jfree.chart.plot with parameters of type ValueDataset | |
|---|---|
CompassPlot(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 ValueDataset | |
|---|---|
ValueDataset |
DialPlot.getDataset()
Returns the primary dataset for the plot. |
ValueDataset |
DialPlot.getDataset(int index)
Returns the dataset at the given index. |
| Methods in org.jfree.chart.plot.dial with parameters of type ValueDataset | |
|---|---|
void |
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 a PlotChangeEvent to all registered
listeners. |
| Constructors in org.jfree.chart.plot.dial with parameters of type ValueDataset | |
|---|---|
DialPlot(ValueDataset dataset)
Creates a new instance of DialPlot. |
|
| Uses of ValueDataset in org.jfree.data.general |
|---|
| Classes in org.jfree.data.general that implement ValueDataset | |
|---|---|
class |
DefaultValueDataset
A dataset that stores a single value (that is possibly null). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||