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 interface
KeyedValueDataset
A dataset containing a single value.Classes in org.jfree.data that implement KeyedValue Modifier and Type Class Description class
DefaultKeyedValue
A (key, value) pair.class
DefaultKeyedValueDataset
A default implementation of theKeyedValueDataset
interface.Constructors in org.jfree.data with parameters of type KeyedValue Constructor Description DefaultKeyedValueDataset(KeyedValue data)
Creates a new dataset that uses the data from aKeyedValue
instance.