Uses of Class
org.jfree.data.xy.AbstractXYDataset
| Package | Description |
|---|---|
| org.jfree.data.gantt |
Data interfaces and classes for Gantt charts.
|
| 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.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
| org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
-
Uses of AbstractXYDataset in org.jfree.data.gantt
Subclasses of AbstractXYDataset in org.jfree.data.gantt Modifier and Type Class Description classXYTaskDatasetA dataset implementation that wraps aTaskSeriesCollectionand presents it as anIntervalXYDataset, allowing a set of tasks to be displayed using anXYBarRenderer(and usually aSymbolAxis). -
Uses of AbstractXYDataset in org.jfree.data.jdbc
Subclasses of AbstractXYDataset in org.jfree.data.jdbc Modifier and Type Class Description classJDBCXYDatasetThis class provides anXYDatasetimplementation over a database JDBC result set. -
Uses of AbstractXYDataset in org.jfree.data.statistics
Subclasses of AbstractXYDataset in org.jfree.data.statistics Modifier and Type Class Description classDefaultBoxAndWhiskerXYDatasetA simple implementation of theBoxAndWhiskerXYDatasetinterface.classHistogramDatasetA dataset that can be used for creating histograms.classSimpleHistogramDatasetA dataset used for creating simple histograms with custom defined bins. -
Uses of AbstractXYDataset in org.jfree.data.time
Subclasses of AbstractXYDataset in org.jfree.data.time Modifier and Type Class Description classDynamicTimeSeriesCollectionA dynamic dataset.classTimePeriodValuesCollectionA collection ofTimePeriodValuesobjects.classTimeSeriesCollectionA collection of time series objects.classTimeTableXYDatasetA dataset for regular time periods that implements theTableXYDatasetinterface. -
Uses of AbstractXYDataset in org.jfree.data.time.ohlc
Subclasses of AbstractXYDataset in org.jfree.data.time.ohlc Modifier and Type Class Description classOHLCSeriesCollectionA collection ofOHLCSeriesobjects. -
Uses of AbstractXYDataset in org.jfree.data.xy
Subclasses of AbstractXYDataset in org.jfree.data.xy Modifier and Type Class Description classAbstractIntervalXYDatasetAn base class that you can use to create new implementations of theIntervalXYDatasetinterface.classAbstractXYZDatasetAn base class that you can use to create new implementations of theXYZDatasetinterface.classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultHighLowDatasetA simple implementation of theOHLCDatasetinterface.classDefaultIntervalXYDatasetA dataset that defines a range (interval) for both the x-values and the y-values.classDefaultOHLCDatasetA simple implementation of theOHLCDatasetinterface.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classDefaultXYDatasetA default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.classDefaultXYZDatasetA default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.classMatrixSeriesCollectionRepresents a collection ofMatrixSeriesthat can be used as a dataset.classVectorSeriesCollectionA collection ofVectorSeriesobjects.classXIntervalSeriesCollectionA collection ofXIntervalSeriesobjects.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYIntervalSeriesCollectionA collection ofXYIntervalSeriesobjects.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset.classYIntervalSeriesCollectionA collection ofYIntervalSeriesobjects.