Uses of Class
org.jfree.data.MatrixSeries
Package | Description |
---|---|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of MatrixSeries in org.jfree.data
Subclasses of MatrixSeries in org.jfree.data Modifier and Type Class Description 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 that return MatrixSeries Modifier and Type Method Description MatrixSeries
MatrixSeriesCollection. getSeries(int seriesIndex)
Returns the series having the specified index.Methods in org.jfree.data with parameters of type MatrixSeries Modifier and Type Method Description 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 with parameters of type MatrixSeries Constructor Description MatrixSeriesCollection(MatrixSeries series)
Constructs a dataset and populates it with a single matrix series.