Package | Description |
---|---|
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Class and Description |
---|---|
class |
NormalizedMatrixSeries
Represents a dense normalized matrix M[i,j] where each Mij item of the
matrix has a value (default is 0).
|
Modifier and Type | Method and Description |
---|---|
MatrixSeries |
MatrixSeriesCollection.getSeries(int seriesIndex)
Returns the series having the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixSeriesCollection.addSeries(MatrixSeries series)
Adds a series to the collection.
|
void |
MatrixSeriesCollection.removeSeries(MatrixSeries series)
Removes a series from the collection.
|
Constructor and Description |
---|
MatrixSeriesCollection(MatrixSeries series)
Constructs a dataset and populates it with a single matrix series.
|