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

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

Introduction

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

The text is from its open source code.

Constructor

XIntervalSeriesCollection()
Creates a new instance of XIntervalSeriesCollection.

Method

voidaddSeries(XIntervalSeries 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 .
XIntervalSeriesgetSeries(int series)
Returns a series from the collection.
intgetSeriesCount()
Returns the number of series in the collection.
voidremoveSeries(int series)
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
voidremoveSeries(XIntervalSeries series)
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.