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

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

Introduction

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

The text is from its open source code.

Constructor

YIntervalSeriesCollection()
Creates a new instance of YIntervalSeriesCollection.

Method

voidaddSeries(YIntervalSeries 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 .
YIntervalSeriesgetSeries(int series)
Returns a series from the collection.
intgetSeriesCount()
Returns the number of series in the collection.
intindexOf(Comparable seriesKey)
Returns the index of the named series, or -1.
voidremoveSeries(int series)
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
voidremoveSeries(YIntervalSeries series)
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.