Uses of Interface
org.jfree.data.Value
-
Packages that use Value Package Description org.jfree.data The base package for classes that represent various types of data.org.jfree.data.general Data interfaces and classes. -
-
Uses of Value in org.jfree.data
Subinterfaces of Value in org.jfree.data Modifier and Type Interface Description interfaceKeyedValueA (key, value) pair.Classes in org.jfree.data that implement Value Modifier and Type Class Description classDefaultKeyedValueA (key, value) pair. -
Uses of Value in org.jfree.data.general
Subinterfaces of Value in org.jfree.data.general Modifier and Type Interface Description interfaceKeyedValueDatasetA dataset containing a single value.interfaceValueDatasetAn interface for a dataset that returns a single value.Classes in org.jfree.data.general that implement Value Modifier and Type Class Description classDefaultKeyedValueDatasetA default implementation of theKeyedValueDatasetinterface.classDefaultValueDatasetA dataset that stores a single value (that is possiblynull).
-