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

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

Introduction

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

The text is from its open source code.

Constructor

MatrixSeriesCollection()
Constructs an empty dataset.
MatrixSeriesCollection(MatrixSeries series)
Constructs a dataset and populates it with a single matrix series.

Method

voidaddSeries(MatrixSeries series)
Adds a series to the collection.
Objectclone()
Returns a clone of this instance.
booleanequals(Object obj)
Tests this collection for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetSeriesCount()
Returns the number of series in the collection.