| AbstractIntervalXYDataset |
An base class that you can use to create new implementations of the
IntervalXYDataset interface. |
| AbstractSeriesDataset |
An abstract implementation of the SeriesDataset interface,
containing a mechanism for registering change listeners. |
| AbstractXYDataset |
An base class that you can use to create new implementations of the
XYDataset interface. |
| AbstractXYZDataset |
An base class that you can use to create new implementations of the
XYZDataset interface. |
| BoxAndWhiskerXYDataset |
An interface that defines data in the form of (x, max, min, average, median)
tuples. |
| CategoryTableXYDataset |
An implementation variant of the TableXYDataset where every series
shares the same x-values (required for generating stacked area charts). |
| CombinedDataset |
This class is deprecated.
As of version 1.0.13. This class will be removed from
JFreeChart 1.2.0 onwards. Anyone needing this facility will need to
maintain it outside of JFreeChart.
|
| ContourDataset |
This interface is deprecated.
This interface is no longer supported (as of version 1.0.4).
If you are creating contour plots, please try to use XYPlot and
XYBlockRenderer.
|
| CyclicXYItemRenderer.OverwriteDataSet |
A dataset to hold the interpolated points when drawing new lines. |
| DefaultBoxAndWhiskerXYDataset |
A simple implementation of the BoxAndWhiskerXYDataset interface. |
| DefaultContourDataset |
This class is deprecated.
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use XYPlot and
XYBlockRenderer.
|
| DefaultHighLowDataset |
A simple implementation of the OHLCDataset interface. |
| DefaultIntervalCategoryDataset |
A convenience class that provides a default implementation of the
IntervalCategoryDataset interface. |
| DefaultIntervalXYDataset |
A dataset that defines a range (interval) for both the x-values and the
y-values. |
| DefaultOHLCDataset |
A simple implementation of the OHLCDataset interface. |
| DefaultTableXYDataset |
An XYDataset where every series shares the same x-values (required
for generating stacked area charts). |
| DefaultWindDataset |
A default implementation of the WindDataset interface. |
| DefaultXYDataset |
A default implementation of the XYDataset interface that stores
data values in arrays of double primitives. |
| DefaultXYZDataset |
A default implementation of the XYZDataset interface that stores
data values in arrays of double primitives. |
| DynamicTimeSeriesCollection |
A dynamic dataset. |
| HistogramDataset |
A dataset that can be used for creating histograms. |
| IntervalXYDataset |
An extension of the XYDataset interface that allows a range of data
to be defined for the X values, the Y values, or both the X and Y values. |
| IntervalXYZDataset |
An extension of the XYZDataset interface that allows a range of data
to be defined for any of the X values, the Y values, and the Z values. |
| JDBCXYDataset |
This class provides an XYDataset implementation over a database
JDBC result set. |
| MatrixSeriesCollection |
Represents a collection of MatrixSeries that can be used as a
dataset. |
| NonGridContourDataset |
This class is deprecated.
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use XYPlot and
XYBlockRenderer.
|
| OHLCDataset |
An interface that defines data in the form of (x, high, low, open, close)
tuples. |
| OHLCSeriesCollection |
A collection of OHLCSeries objects. |
| SimpleHistogramDataset |
A dataset used for creating simple histograms with custom defined bins. |
| SubSeriesDataset |
This class is deprecated.
As of version 1.0.13. This class will be removed from
JFreeChart 1.2.0 onwards. Anyone needing this facility will need to
maintain it outside of JFreeChart.
|
| TableXYDataset |
A dataset containing one or more data series containing (x, y) data items,
where all series in the dataset share the same set of x-values. |
| TaskSeriesCollection |
A collection of TaskSeries objects. |
| TimePeriodValuesCollection |
A collection of TimePeriodValues objects. |
| TimeSeriesCollection |
A collection of time series objects. |
| TimeTableXYDataset |
A dataset for regular time periods that implements the
TableXYDataset interface. |
| VectorSeriesCollection |
A collection of VectorSeries objects. |
| VectorXYDataset |
An extension of the XYDataset interface that allows a vector to be
defined at a specific (x, y) location. |
| WindDataset |
Interface for a dataset that supplies wind intensity and direction values
observed at various points in time. |
| XIntervalSeriesCollection |
A collection of XIntervalSeries objects. |
| XYBarDataset |
A dataset wrapper class that converts a standard XYDataset into an
IntervalXYDataset suitable for use in creating XY bar charts. |
| XYDataset |
An interface through which data in the form of (x, y) items can be accessed. |
| XYIntervalSeriesCollection |
A collection of XYIntervalSeries objects. |
| XYSeriesCollection |
Represents a collection of XYSeries objects that can be used as a
dataset. |
| XYTaskDataset |
A dataset implementation that wraps a TaskSeriesCollection and
presents it as an IntervalXYDataset, allowing a set of tasks to
be displayed using an XYBarRenderer (and usually a
SymbolAxis). |
| XYZDataset |
The interface through which JFreeChart obtains data in the form of (x, y, z)
items - used for XY and XYZ plots. |
| YIntervalSeriesCollection |
A collection of YIntervalSeries objects. |