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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.data.xy.IntervalXYDataset has the following implementations.
Click this link to see all its implementation.

Method

doublegetEndXValue(int series, int item)
Returns the upper bound of the x-interval (as a double primitive) for the specified series and item.
doublegetEndYValue(int series, int item)
Returns the upper bound of the y-interval (as a double primitive) for the specified series and item.
intgetItemCount(int series)
Returns the number of items in a series.
intgetSeriesCount()
Returns the number of series in the dataset.
doublegetStartXValue(int series, int item)
Returns the lower bound of the x-interval (as a double primitive) for the specified series and item.
doublegetStartYValue(int series, int item)
Returns the lower bound of the y-interval (as a double primitive) for the specified series and item.
doublegetXValue(int series, int item)
Returns the x-value for an item within a series.
NumbergetY(int series, int item)
Returns the y-value 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.