Uses of Interface
org.jfree.data.KeyedValue
Packages that use KeyedValue
-
Uses of KeyedValue in de.grogra.pf.data
Classes in de.grogra.pf.data that implement KeyedValue -
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.Constructors in org.jfree.data.general with parameters of type KeyedValueModifierConstructorDescriptionCreates a new dataset that uses the data from aKeyedValueinstance.