| Package | Description |
|---|---|
| org.jfree.data.general |
Data interfaces and classes.
|
| 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 |
DefaultKeyedValuesDataset
A default implementation of the
KeyedValuesDataset interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCPieDataset
A
PieDataset that reads data from a database via JDBC. |
| Modifier and Type | Field and Description |
|---|---|
private DefaultPieDataset |
PieDatasetHandler.dataset
The pie dataset under construction.
|