Uses of Class
org.jfree.data.xy.AbstractIntervalXYDataset
-
Packages that use AbstractIntervalXYDataset Package Description 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 theXYDatasetinterface and related classes. -
-
Uses of AbstractIntervalXYDataset in org.jfree.data.statistics
Subclasses of AbstractIntervalXYDataset in org.jfree.data.statistics Modifier and Type Class Description 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 AbstractIntervalXYDataset in org.jfree.data.time
Subclasses of AbstractIntervalXYDataset 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 AbstractIntervalXYDataset in org.jfree.data.xy
Subclasses of AbstractIntervalXYDataset in org.jfree.data.xy Modifier and Type Class Description classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultIntervalXYDataset<S extends Comparable<S>>A dataset that defines a range (interval) for both the x-values and the y-values.classDefaultTableXYDataset<S extends Comparable<S>>AnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).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.
-