Header
And More


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

Packages that use YIntervalSeries
org.jfree.data.xy A package containing the XYDataset interface and related classes. 
 

Uses of YIntervalSeries in org.jfree.data.xy
 

Methods in org.jfree.data.xy that return YIntervalSeries
 YIntervalSeries YIntervalSeriesCollection.getSeries(int series)
          Returns a series from the collection.
 

Methods in org.jfree.data.xy with parameters of type YIntervalSeries
 void YIntervalSeriesCollection.addSeries(YIntervalSeries series)
          Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
 void YIntervalSeriesCollection.removeSeries(YIntervalSeries series)
          Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
 


Footer
And More


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