Header
And More


Uses of Class
org.jfree.data.xy.AbstractIntervalXYDataset

Packages that use AbstractIntervalXYDataset
org.jfree.data.general Data interfaces and classes. 
org.jfree.data.statistics Classes for representing statistical data. 
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 AbstractIntervalXYDataset in org.jfree.data.general
 

Subclasses of AbstractIntervalXYDataset in org.jfree.data.general
 class CombinedDataset
          Deprecated. As of version 1.0.13. This class will be removed from JFreeChart 1.2.0 onwards. Anyone needing this facility will need to maintain it outside of JFreeChart.
 class SubSeriesDataset
          Deprecated. As of version 1.0.13. This class will be removed from JFreeChart 1.2.0 onwards. Anyone needing this facility will need to maintain it outside of JFreeChart.
 

Uses of AbstractIntervalXYDataset in org.jfree.data.statistics
 

Subclasses of AbstractIntervalXYDataset in org.jfree.data.statistics
 class HistogramDataset
          A dataset that can be used for creating histograms.
 class SimpleHistogramDataset
          A dataset used for creating simple histograms with custom defined bins.
 

Uses of AbstractIntervalXYDataset in org.jfree.data.time
 

Subclasses of AbstractIntervalXYDataset in org.jfree.data.time
 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 AbstractIntervalXYDataset in org.jfree.data.xy
 

Subclasses of AbstractIntervalXYDataset in org.jfree.data.xy
 class CategoryTableXYDataset
          An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
 class DefaultIntervalXYDataset
          A dataset that defines a range (interval) for both the x-values and the y-values.
 class DefaultTableXYDataset
          An XYDataset where every series shares the same x-values (required for generating stacked area charts).
 class XIntervalSeriesCollection
          A collection of XIntervalSeries objects.
 class XYBarDataset
          A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
 class XYIntervalSeriesCollection
          A collection of XYIntervalSeries objects.
 class XYSeriesCollection
          Represents a collection of XYSeries objects that can be used as a dataset.
 class YIntervalSeriesCollection
          A collection of YIntervalSeries objects.
 


Footer
And More


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