JFreeChart 1.0.14-redhat-2

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

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

Uses of XYIntervalSeries in org.jfree.data.xy
 

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

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


JFreeChart 1.0.14-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.