Uses of Interface
org.jfree.data.DomainInfo
Package
Description
Interfaces and classes for time-related data.
A package containing the
XYDataset
interface and related classes.-
Uses of DomainInfo in org.jfree.data.time
Modifier 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
Modifier 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.