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 TypeClassDescriptionclass
DefaultKeyedValue<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 TypeInterfaceDescriptioninterface
A dataset containing a single value.Classes in org.jfree.data.general that implement KeyedValueModifier and TypeClassDescriptionclass
A default implementation of theKeyedValueDataset
interface.Constructors in org.jfree.data.general with parameters of type KeyedValueModifierConstructorDescriptionCreates a new dataset that uses the data from aKeyedValue
instance.