| 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 | Interface and Description |
|---|---|
interface |
KeyedValue
A (key, value) pair.
|
| 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.
|
interface |
ValueDataset
An interface for a dataset that returns a single value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyedValueDataset
A default implementation of the
KeyedValueDataset interface. |
class |
DefaultValueDataset
A dataset that stores a single value (that is possibly
null). |