Uses of Interface
org.jfree.data.Value
| Package | Description |
|---|---|
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of Value in org.jfree.data
Subinterfaces of Value in org.jfree.data Modifier and Type Interface Description interfaceKeyedValueA (key, value) pair.interfaceKeyedValueDatasetA dataset containing a single value.interfaceMeterDatasetDeprecated.Use ValueDataset instead, this interface mixes data and presentation items.interfaceValueDatasetAn interface for a dataset that returns a single value.Classes in org.jfree.data that implement Value Modifier and Type Class Description classDefaultKeyedValueA (key, value) pair.classDefaultKeyedValueDatasetA default implementation of theKeyedValueDatasetinterface.classDefaultMeterDatasetDeprecated.Use ValueDataset instead, this interface mixes data and presentation items.classDefaultValueDatasetA default implementation of theValueDatasetinterface.