Uses of Interface
org.jfree.data.Value
Packages that use 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
Subinterfaces of Value in org.jfree.dataModifier and TypeInterfaceDescriptioninterface
KeyedValue<K extends Comparable<K>>
A (key, value) pair.Classes in org.jfree.data that implement ValueModifier and TypeClassDescriptionclass
DefaultKeyedValue<K extends Comparable<K>>
A (key, value) pair. -
Uses of Value in org.jfree.data.general
Subinterfaces of Value in org.jfree.data.generalModifier and TypeInterfaceDescriptioninterface
A dataset containing a single value.interface
An interface for a dataset that returns a single value.Classes in org.jfree.data.general that implement ValueModifier and TypeClassDescriptionclass
A default implementation of theKeyedValueDataset
interface.class
A dataset that stores a single value (that is possiblynull
).