Uses of Interface
org.jfree.data.DomainInfo
Packages that use DomainInfo
-
Uses of DomainInfo in org.jfree.data.time
Classes in org.jfree.data.time that implement DomainInfoModifier and TypeClassDescriptionclass
A dynamic dataset.class
A collection ofTimePeriodValues
objects.class
A collection of time series objects.class
A dataset for regular time periods that implements theTableXYDataset
interface. -
Uses of DomainInfo in org.jfree.data.xy
Classes in org.jfree.data.xy that implement DomainInfoModifier and TypeClassDescriptionclass
An implementation variant of theTableXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
AnXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.class
Represents a collection ofXYSeries
objects that can be used as a dataset.