Uses of Interface
org.jfree.data.KeyedValue
| Package | Description |
|---|---|
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of KeyedValue in org.jfree.data
Subinterfaces of KeyedValue in org.jfree.data Modifier and Type Interface Description interfaceKeyedValueDatasetA dataset containing a single value.Classes in org.jfree.data that implement KeyedValue Modifier and Type Class Description classDefaultKeyedValueA (key, value) pair.classDefaultKeyedValueDatasetA default implementation of theKeyedValueDatasetinterface.Constructors in org.jfree.data with parameters of type KeyedValue Constructor Description DefaultKeyedValueDataset(KeyedValue data)Creates a new dataset that uses the data from aKeyedValueinstance.