Uses of Interface
org.jfree.data.Value
| Package | Description |
|---|---|
| org.jfree.data |
The base package for classes that represent various types of data.
|
| org.jfree.data.general |
Data interfaces and classes.
|
-
Uses of Value in org.jfree.data
Subinterfaces of Value in org.jfree.data Modifier and Type Interface Description interfaceKeyedValue<K extends Comparable<K>>A (key, value) pair.Classes in org.jfree.data that implement Value Modifier and Type Class Description classDefaultKeyedValue<K extends Comparable<K>>A (key, value) pair. -
Uses of Value in org.jfree.data.general
Subinterfaces of Value in org.jfree.data.general Modifier and Type Interface Description interfaceKeyedValueDatasetA dataset containing a single value.interfaceValueDatasetAn interface for a dataset that returns a single value.Classes in org.jfree.data.general that implement Value Modifier and Type Class Description classDefaultKeyedValueDatasetA default implementation of theKeyedValueDatasetinterface.classDefaultValueDatasetA dataset that stores a single value (that is possiblynull).