Package | Description |
---|---|
org.jfree.data |
The base package for classes that represent various types of data.
|
org.jfree.data.category |
A package containing the
CategoryDataset interface and related classes. |
org.jfree.data.general |
Data interfaces and classes.
|
org.jfree.data.jdbc |
Dataset classes that fetch data from a database via JDBC.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyedValues
An ordered list of (key, value) items where the keys are unique and
non-
null . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyedValues
An ordered list of (key, value) items.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoryToPieDataset
A
PieDataset implementation that obtains its data from one row or
column of a CategoryDataset . |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyedValuesDataset
A dataset containing (key, value) data items.
|
interface |
PieDataset
A general purpose dataset where values are associated with keys.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyedValuesDataset
A default implementation of the
KeyedValuesDataset interface. |
class |
DefaultPieDataset
A default implementation of the
PieDataset interface. |
Modifier and Type | Class and Description |
---|---|
class |
JDBCPieDataset
A
PieDataset that reads data from a database via JDBC. |