org.jfree.data.xy
public class MatrixSeriesCollection extends AbstractXYZDataset implements XYZDataset, PublicCloneable, Serializable
See Also: MatrixSeries
Constructor Summary | |
---|---|
MatrixSeriesCollection()
Constructs an empty dataset. | |
MatrixSeriesCollection(MatrixSeries series)
Constructs a dataset and populates it with a single matrix series.
|
Method Summary | |
---|---|
void | addSeries(MatrixSeries series)
Adds a series to the collection.
|
Object | clone()
Returns a clone of this instance.
|
boolean | equals(Object obj)
Tests this collection for equality with an arbitrary object.
|
int | getItemCount(int seriesIndex)
Returns the number of items in the specified series.
|
MatrixSeries | getSeries(int seriesIndex)
Returns the series having the specified index.
|
int | getSeriesCount()
Returns the number of series in the collection.
|
Comparable | getSeriesKey(int seriesIndex)
Returns the key for a series.
|
Number | getX(int seriesIndex, int itemIndex)
Returns the j index value of the specified Mij matrix item in the
specified matrix series.
|
Number | getY(int seriesIndex, int itemIndex)
Returns the i index value of the specified Mij matrix item in the
specified matrix series.
|
Number | getZ(int seriesIndex, int itemIndex)
Returns the Mij item value of the specified Mij matrix item in the
specified matrix series.
|
int | hashCode()
Returns a hash code.
|
void | removeAllSeries()
Removes all the series from the collection.
|
void | removeSeries(MatrixSeries series)
Removes a series from the collection.
|
void | removeSeries(int seriesIndex)
Removes a series from the collection.
|
Parameters: series the time series.
Notifies all registered listeners that the dataset has changed.
Parameters: series the series.
Throws: IllegalArgumentException
Returns: A clone.
Throws: CloneNotSupportedException if there is a problem.
Parameters: obj the object.
Returns: A boolean.
Parameters: seriesIndex zero-based series index.
Returns: The number of items in the specified series.
Parameters: seriesIndex zero-based series index.
Returns: The series.
Throws: IllegalArgumentException
Returns: The number of series in the collection.
Parameters: seriesIndex zero-based series index.
Returns: The key for a series.
Parameters: seriesIndex zero-based series index. itemIndex zero-based item index.
Returns: The j index value for the specified matrix item.
See Also: XYDataset
Parameters: seriesIndex zero-based series index. itemIndex zero-based item index.
Returns: The i index value for the specified matrix item.
See Also: XYDataset
Parameters: seriesIndex the series (zero-based index). itemIndex zero-based item index.
Returns: The Mij item value for the specified matrix item.
See Also: XYZDataset
Returns: A hash code.
Notifies all registered listeners that the dataset has changed.
Notifies all registered listeners that the dataset has changed.
Parameters: series the series.
Throws: IllegalArgumentException
Notifies all registered listeners that the dataset has changed.
Parameters: seriesIndex the series (zero based index).
Throws: IllegalArgumentException