Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.jfree.data.xy.IntervalXYDataset

Uses of IntervalXYDataset in org.jfree.data.xy
 

Classes in org.jfree.data.xy that implement IntervalXYDataset
 class AbstractIntervalXYDataset
          An base class that you can use to create new implementations of the IntervalXYDataset interface.
 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 XYBarDataset
          A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
 class XYSeriesCollection
          Represents a collection of XYSeries objects that can be used as a dataset.