Uses of Interface
org.jfree.data.DomainInfo
| Package | Description |
|---|---|
| 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 DomainInfo in org.jfree.data.time
Classes in org.jfree.data.time that implement DomainInfo 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 DomainInfo in org.jfree.data.xy
Classes in org.jfree.data.xy that implement DomainInfo Modifier and Type Class Description classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classIntervalXYDelegateA delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset.