Uses of Interface
org.jfree.data.DomainInfo
-
Packages that use DomainInfo Package Description org.jfree.data.time Interfaces and classes for time-related data.org.jfree.data.xy A package containing theXYDatasetinterface 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.classTimeSeriesCollection<S extends Comparable<S>>A 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).classDefaultTableXYDataset<S extends Comparable<S>>AnXYDatasetwhere 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.classXYSeriesCollection<S extends Comparable<S>>Represents a collection ofXYSeriesobjects that can be used as a dataset.
-