Uses of Interface
org.jfree.data.Value
Package
Description
The base package for classes that represent various types of data.
Data interfaces and classes.
-
Uses of Value in org.jfree.data
Modifier and TypeInterfaceDescriptioninterface
KeyedValue<K extends Comparable<K>>
A (key, value) pair.Modifier and TypeClassDescriptionclass
DefaultKeyedValue<K extends Comparable<K>>
A (key, value) pair. -
Uses of Value in org.jfree.data.general
Modifier and TypeInterfaceDescriptioninterface
A dataset containing a single value.interface
An interface for a dataset that returns a single value.Modifier and TypeClassDescriptionclass
A default implementation of theKeyedValueDataset
interface.class
A dataset that stores a single value (that is possiblynull
).