Uses of Class
org.jfree.data.AbstractIntervalXYDataset
| Package | Description |
|---|---|
| org.jfree.chart.demo | |
| org.jfree.data |
Data interfaces and classes.
|
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of AbstractIntervalXYDataset in org.jfree.chart.demo
Subclasses of AbstractIntervalXYDataset in org.jfree.chart.demo Modifier and Type Class Description classSimpleIntervalXYDatasetA quick and dirty sample dataset.classSimpleIntervalXYDataset2A quick and dirty sample dataset. -
Uses of AbstractIntervalXYDataset in org.jfree.data
Subclasses of AbstractIntervalXYDataset in org.jfree.data Modifier and Type Class Description classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classSubSeriesDatasetThis class will create a dataset with one or more series from anotherSeriesDataset.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset. -
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. -
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 the TableXYDataset interface.