Uses of Class
org.jfree.data.xy.MatrixSeries
-
Uses of MatrixSeries in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).Modifier and TypeMethodDescriptionMatrixSeriesCollection.getSeries
(int seriesIndex) Returns the series having the specified index.Modifier and TypeMethodDescriptionvoid
MatrixSeriesCollection.addSeries
(MatrixSeries series) Adds a series to the collection.void
MatrixSeriesCollection.removeSeries
(MatrixSeries series) Removes a series from the collection.ModifierConstructorDescriptionMatrixSeriesCollection
(MatrixSeries series) Constructs a dataset and populates it with a single matrix series.