Uses of Class
org.jfree.data.xy.AbstractXYDataset
-
Packages that use AbstractXYDataset Package Description org.jfree.data.gantt Data interfaces and classes for Gantt charts.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 theXYDatasetinterface 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.statistics
Subclasses of AbstractXYDataset in org.jfree.data.statistics Modifier and Type Class Description classDefaultBoxAndWhiskerXYDataset<S extends Comparable<S>>A simple implementation of theBoxAndWhiskerXYDatasetinterface.classHistogramDatasetA dataset that can be used for creating histograms.classSimpleHistogramDataset<K extends Comparable<K>>A 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.classTimeSeriesCollection<S extends Comparable<S>>A 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 classAbstractIntervalXYDataset<S extends Comparable<S>>An base class that you can use to create new implementations of theIntervalXYDatasetinterface.classAbstractXYZDataset<S extends Comparable<S>>An 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.classDefaultIntervalXYDataset<S extends Comparable<S>>A dataset that defines a range (interval) for both the x-values and the y-values.classDefaultOHLCDatasetA simple implementation of theOHLCDatasetinterface.classDefaultTableXYDataset<S extends Comparable<S>>AnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classDefaultXYDataset<S extends Comparable<S>>A default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.classDefaultXYZDataset<S extends Comparable<S>>A default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.classMatrixSeriesCollection<S extends Comparable<S>>Represents a collection ofMatrixSeriesthat can be used as a dataset.classVectorSeriesCollection<S extends Comparable<S>>A collection ofVectorSeriesobjects.classXIntervalSeriesCollection<S extends Comparable<S>>A collection ofXIntervalSeriesobjects.classXYBarDataset<S extends Comparable<S>>A dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYIntervalSeriesCollection<S extends Comparable<S>>A collection ofXYIntervalSeriesobjects.classXYSeriesCollection<S extends Comparable<S>>Represents a collection ofXYSeriesobjects that can be used as a dataset.classYIntervalSeriesCollection<S extends Comparable<S>>A collection ofYIntervalSeriesobjects.
-