public class XIntervalDataItem extends ComparableObjectItem
| Constructor and Description |
|---|
XIntervalDataItem(double x,
double xLow,
double xHigh,
double y)
Creates a new instance of
XIntervalDataItem. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
getX()
Returns the x-value.
|
double |
getXHighValue()
Returns the upper bound of the x-interval.
|
double |
getXLowValue()
Returns the lower bound of the x-interval.
|
double |
getYValue()
Returns the y-value.
|
clone, compareTo, equals, getComparable, getObject, hashCode, setObjectpublic XIntervalDataItem(double x, double xLow, double xHigh, double y)
XIntervalDataItem.x - the x-value.xLow - the lower bound of the x-interval.xHigh - the upper bound of the x-interval.y - the y-value.public java.lang.Number getX()
null).public double getYValue()
public double getXLowValue()
public double getXHighValue()