Package | Description |
---|---|
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 |
DynamicTimeSeriesCollection
A dynamic dataset.
|
class |
TimePeriodValuesCollection
A collection of
TimePeriodValues objects. |
class |
TimeSeriesCollection
A collection of time series objects.
|
class |
TimeTableXYDataset
A dataset for regular time periods that implements the
TableXYDataset interface. |
Modifier and Type | Class and Description |
---|---|
class |
CategoryTableXYDataset
An implementation variant of the
TableXYDataset where every series
shares the same x-values (required for generating stacked area charts). |
class |
DefaultTableXYDataset
An
XYDataset where every series shares the same x-values (required
for generating stacked area charts). |
class |
IntervalXYDelegate
A delegate that handles the specification or automatic calculation of the
interval surrounding the x-values in a dataset.
|
class |
XYSeriesCollection
Represents a collection of
XYSeries objects that can be used as a
dataset. |