Uses of Class
org.jfree.data.xy.MatrixSeries
-
Packages that use MatrixSeries Package Description org.jfree.data.xy A package containing theXYDatasetinterface and related classes. -
-
Uses of MatrixSeries in org.jfree.data.xy
Subclasses of MatrixSeries in org.jfree.data.xy Modifier and Type Class Description classNormalizedMatrixSeriesRepresents 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 Modifier and Type Method Description MatrixSeries<S>MatrixSeriesCollection. getSeries(int seriesIndex)Returns the series having the specified index.Methods in org.jfree.data.xy with parameters of type MatrixSeries Modifier and Type Method Description voidMatrixSeriesCollection. addSeries(MatrixSeries<S> series)Adds a series to the collection.voidMatrixSeriesCollection. removeSeries(MatrixSeries<S> series)Removes a series from the collection.Constructors in org.jfree.data.xy with parameters of type MatrixSeries Constructor Description MatrixSeriesCollection(MatrixSeries<S> series)Constructs a dataset and populates it with a single matrix series.
-