| Package | Description |
|---|---|
| org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
| org.jfree.data.general |
Data interfaces and classes.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
| org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
| Modifier and Type | Field and Description |
|---|---|
private DefaultKeyedValues2D |
DefaultCategoryDataset.data
A storage structure for the data.
|
| Modifier and Type | Field and Description |
|---|---|
private DefaultKeyedValues2D |
WaferMapDataset.data
Storage structure for the data values (row key is chipx, column is
chipy)
|
| Modifier and Type | Field and Description |
|---|---|
private DefaultKeyedValues2D |
TimeTableXYDataset.values
The data structure to store the values.
|
| Modifier and Type | Field and Description |
|---|---|
private DefaultKeyedValues2D |
CategoryTableXYDataset.values
The backing data structure.
|