Package | Description |
---|---|
org.jfree.data |
The base package for classes that represent various types of data.
|
org.jfree.data.general |
Data interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyedValue
A (key, value) pair.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyedValueDataset
A dataset containing a single value.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyedValueDataset
A default implementation of the
KeyedValueDataset interface. |
Constructor and Description |
---|
DefaultKeyedValueDataset(KeyedValue data)
Creates a new dataset that uses the data from a
KeyedValue
instance. |