Uses of Class
org.jfree.data.xy.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 the
XYDataset interface 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.classSimpleHistogramDatasetA 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.classTimeSeriesCollectionA 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).classDefaultIntervalXYDatasetA dataset that defines a range (interval) for both the x-values and the y-values.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).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.