Header
And More


Uses of Interface
org.jfree.data.DomainInfo

Packages that use DomainInfo
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
 class DynamicTimeSeriesCollection
          A dynamic dataset.
 class TimePeriodValuesCollection
          A collection of TimePeriodValues objects.
 class TimeSeriesCollection
          A collection of time series objects.
 class TimeTableXYDataset
          A dataset for regular time periods that implements the TableXYDataset interface.
 

Uses of DomainInfo in org.jfree.data.xy
 

Classes in org.jfree.data.xy that implement DomainInfo
 class CategoryTableXYDataset
          An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
 class DefaultTableXYDataset
          An XYDataset where every series shares the same x-values (required for generating stacked area charts).
 class IntervalXYDelegate
          A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.
 class XYSeriesCollection
          Represents a collection of XYSeries objects that can be used as a dataset.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.