Uses of Interface
org.jfree.data.KeyedValue
Packages that use KeyedValue
Package
Description
The base package for classes that represent various types of data.
Data interfaces and classes.
-
Uses of KeyedValue in org.jfree.data
Classes in org.jfree.data that implement KeyedValueModifier and TypeClassDescriptionclassDefaultKeyedValue<K extends Comparable<K>>A (key, value) pair. -
Uses of KeyedValue in org.jfree.data.general
Subinterfaces of KeyedValue in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterfaceA dataset containing a single value.Classes in org.jfree.data.general that implement KeyedValueModifier and TypeClassDescriptionclassA default implementation of theKeyedValueDatasetinterface.Fields in org.jfree.data.general declared as KeyedValueModifier and TypeFieldDescriptionprivate KeyedValueDefaultKeyedValueDataset.dataStorage for the data.Constructors in org.jfree.data.general with parameters of type KeyedValueModifierConstructorDescriptionCreates a new dataset that uses the data from aKeyedValueinstance.