| Package | Description |
|---|---|
| org.jfree.data.general |
Data interfaces and classes.
|
| org.jfree.data.io |
Miscellaneous support for input/output of data.
|
| org.jfree.data.jdbc |
Dataset classes that fetch data from a database via JDBC.
|
| org.jfree.data.xml |
Support for reading datasets from XML files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyedValues2DDataset
A default implementation of the
KeyedValues2DDataset interface. |
| Modifier and Type | Method and Description |
|---|---|
private void |
CSV.extractRowKeyAndData(java.lang.String line,
DefaultCategoryDataset dataset,
java.util.List columnKeys)
Extracts the row key and data for a single line from the input source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCCategoryDataset
A
CategoryDataset implementation over a database JDBC result set. |
| Modifier and Type | Field and Description |
|---|---|
private DefaultCategoryDataset |
CategoryDatasetHandler.dataset
The dataset under construction.
|