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

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

Introduction

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

The text is from its open source code.

Constructor

XYIntervalSeriesCollection()
Creates a new instance of XIntervalSeriesCollection.

Method

voidaddSeries(XYIntervalSeries series)
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
Objectclone()
Returns a clone of this dataset.
booleanequals(Object obj)
Tests this instance for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
doublegetEndYValue(int series, int item)
Returns the end y-value (as a double primitive) for an item within a series.
XYIntervalSeriesgetSeries(int series)
Returns a series from the collection.
intgetSeriesCount()
Returns the number of series in the collection.
ComparablegetSeriesKey(int series)
Returns the key for a series.
doublegetXValue(int series, int item)
Returns the x-value (as a double primitive) for an item within a series.
doublegetYValue(int series, int item)
Returns the y-value (as a double primitive) for an item within a series.
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(XYIntervalSeries series)
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.