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

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

Introduction

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

The text is from its open source code.

Constructor

VectorSeriesCollection()
Creates a new instance of VectorSeriesCollection.

Method

voidaddSeries(VectorSeries series)
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
Objectclone()
Returns a clone of this instance.
booleanequals(Object obj)
Tests this instance for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetSeriesCount()
Returns the number of series in the collection.
ComparablegetSeriesKey(int series)
Returns the key for a series.
booleanremoveSeries(VectorSeries series)
Removes the specified series from the collection and sends a DatasetChangeEvent to all registered listeners.