Uses of Interface
org.jfree.data.Value
Package | Description |
---|---|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of Value in org.jfree.data
Subinterfaces of Value in org.jfree.data Modifier and Type Interface Description interface
KeyedValue
A (key, value) pair.interface
KeyedValueDataset
A dataset containing a single value.interface
MeterDataset
Deprecated.Use ValueDataset instead, this interface mixes data and presentation items.interface
ValueDataset
An interface for a dataset that returns a single value.Classes in org.jfree.data that implement Value Modifier and Type Class Description class
DefaultKeyedValue
A (key, value) pair.class
DefaultKeyedValueDataset
A default implementation of theKeyedValueDataset
interface.class
DefaultMeterDataset
Deprecated.Use ValueDataset instead, this interface mixes data and presentation items.class
DefaultValueDataset
A default implementation of theValueDataset
interface.