Header
And More


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

Packages that use XYSeries
org.jfree.data.general Data interfaces and classes. 
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 XYSeries in org.jfree.data.general
 

Methods in org.jfree.data.general that return XYSeries
static XYSeries DatasetUtilities.sampleFunction2DToSeries(Function2D f, double start, double end, int samples, java.lang.Comparable seriesKey)
          Creates an XYSeries by sampling the specified function over a fixed range.
 

Uses of XYSeries in org.jfree.data.time
 

Methods in org.jfree.data.time that return XYSeries
static XYSeries MovingAverage.createMovingAverage(XYDataset source, int series, java.lang.String name, double period, double skip)
          Creates a new XYSeries containing the moving averages of one series in the source dataset.
 

Uses of XYSeries in org.jfree.data.xy
 

Methods in org.jfree.data.xy that return XYSeries
 XYSeries XYSeries.createCopy(int start, int end)
          Creates a new series by copying a subset of the data in this time series.
 XYSeries XYSeriesCollection.getSeries(java.lang.Comparable key)
          Returns a series from the collection.
 XYSeries XYSeriesCollection.getSeries(int series)
          Returns a series from the collection.
 XYSeries DefaultTableXYDataset.getSeries(int series)
          Returns a series.
 

Methods in org.jfree.data.xy with parameters of type XYSeries
 void XYSeriesCollection.addSeries(XYSeries series)
          Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
 void DefaultTableXYDataset.addSeries(XYSeries series)
          Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
 int XYSeriesCollection.indexOf(XYSeries series)
          Returns the index of the specified series, or -1 if that series is not present in the dataset.
 void XYSeriesCollection.removeSeries(XYSeries series)
          Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
 void DefaultTableXYDataset.removeSeries(XYSeries series)
          Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
 

Constructors in org.jfree.data.xy with parameters of type XYSeries
XYSeriesCollection(XYSeries series)
          Constructs a dataset and populates it with a single series.
 


Footer
And More


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