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 classDefaultKeyedValue<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 interfaceKeyedValueDatasetA dataset containing a single value.Classes in org.jfree.data.general that implement KeyedValue Modifier and Type Class Description classDefaultKeyedValueDatasetA default implementation of theKeyedValueDatasetinterface.Fields in org.jfree.data.general declared as KeyedValue Modifier and Type Field Description private KeyedValueDefaultKeyedValueDataset. dataStorage 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 aKeyedValueinstance.
-