Uses of Interface
org.jfree.data.KeyedValue
-
Packages that use KeyedValue 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 KeyedValue in org.jfree.data
Classes in org.jfree.data that implement KeyedValue Modifier and Type Class Description class
DefaultKeyedValue<K extends java.lang.Comparable<K>>
A (key, value) pair. -
Uses of KeyedValue in org.jfree.data.general
Subinterfaces of KeyedValue in org.jfree.data.general Modifier and Type Interface Description interface
KeyedValueDataset
A dataset containing a single value.Classes in org.jfree.data.general that implement KeyedValue Modifier and Type Class Description class
DefaultKeyedValueDataset
A default implementation of theKeyedValueDataset
interface.Fields in org.jfree.data.general declared as KeyedValue Modifier and Type Field Description private KeyedValue
DefaultKeyedValueDataset. data
Storage for the data.Constructors in org.jfree.data.general with parameters of type KeyedValue Constructor Description DefaultKeyedValueDataset(KeyedValue data)
Creates a new dataset that uses the data from aKeyedValue
instance.
-