Header
And More


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

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

Uses of MatrixSeries in org.jfree.data.xy
 

Subclasses of MatrixSeries in org.jfree.data.xy
 class NormalizedMatrixSeries
          Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).
 

Methods in org.jfree.data.xy that return MatrixSeries
 MatrixSeries MatrixSeriesCollection.getSeries(int seriesIndex)
          Returns the series having the specified index.
 

Methods in org.jfree.data.xy with parameters of type MatrixSeries
 void MatrixSeriesCollection.addSeries(MatrixSeries series)
          Adds a series to the collection.
 void MatrixSeriesCollection.removeSeries(MatrixSeries series)
          Removes a series from the collection.
 

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


Footer
And More


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