Package | Description |
---|---|
org.jfree.data.jdbc |
Dataset classes that fetch data from a database via JDBC.
|
org.jfree.data.statistics |
Classes for representing statistical data.
|
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 | Class and Description |
---|---|
class |
JDBCXYDataset
This class provides an
XYDataset implementation over a database
JDBC result set. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBoxAndWhiskerCategoryDataset
A convenience class that provides a default implementation of the
BoxAndWhiskerCategoryDataset interface. |
class |
DefaultBoxAndWhiskerXYDataset
A simple implementation of the
BoxAndWhiskerXYDataset interface. |
class |
DefaultMultiValueCategoryDataset
A category dataset that defines multiple values for each item.
|
class |
DefaultStatisticalCategoryDataset
A convenience class that provides a default implementation of the
StatisticalCategoryDataset interface. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicTimeSeriesCollection
A dynamic dataset.
|
Modifier and Type | Class and Description |
---|---|
class |
XYSeriesCollection
Represents a collection of
XYSeries objects that can be used as a
dataset. |