Uses of Interface
org.jfree.data.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
Modifier and TypeClassDescriptionclass
DefaultKeyedValue<K extends Comparable<K>>
A (key, value) pair. -
Uses of KeyedValue in org.jfree.data.general
Modifier and TypeInterfaceDescriptioninterface
A dataset containing a single value.Modifier and TypeClassDescriptionclass
A default implementation of theKeyedValueDataset
interface.ModifierConstructorDescriptionCreates a new dataset that uses the data from aKeyedValue
instance.