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

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

Introduction

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

The text is from its open source code.

Constructor

XIntervalDataItem(double x, double xLow, double xHigh, double y)
Creates a new instance of XIntervalDataItem.

Method

Objectclone()
Returns a clone of this object.
booleanequals(Object obj)
Tests if this object is equal to another.
ClassgetClass()
Returns the runtime class of this Object .
NumbergetX()
Returns the x-value.
doublegetXHighValue()
Returns the upper bound of the x-interval.
doublegetXLowValue()
Returns the lower bound of the x-interval.
doublegetYValue()
Returns the y-value.