Package | Description |
---|---|
org.jfree.data |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyedValues2D
An extension of the
Values2D interface where a unique key is
associated with the row and column indices. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyedValues2D
A data structure that stores zero, one or many values, where each value
is associated with two keys (a 'row' key and a 'column' key).
|