Java org.jfree.data.xy MatrixSeries fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.xy MatrixSeries fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.xy MatrixSeries.

The text is from its open source code.

Constructor

MatrixSeries(String name, int rows, int columns)
Constructs a new matrix series.

Method

voidaddChangeListener(SeriesChangeListener listener)
Registers an object with this series, to receive notification whenever the series changes.
Objectclone()
Returns a clone of the series.
booleanequals(Object obj)
Tests this object instance for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
NumbergetItem(int itemIndex)
Return the matrix item at the specified index.
intgetItemColumn(int itemIndex)
Returns the column of the specified item.
intgetItemRow(int itemIndex)
Returns the row of the specified item.
voidremoveChangeListener(SeriesChangeListener listener)
Deregisters an object, so that it not longer receives notification whenever the series changes.
voidsetDescription(String description)
Sets the description of the series and sends a PropertyChangeEvent to all registered listeners.
voidupdate(int i, int j, double mij)
Updates the value of the specified item in this matrix series.