public class XYIntervalDataItem extends ComparableObjectItem
| Constructor and Description |
|---|
XYIntervalDataItem(double x,
double xLow,
double xHigh,
double y,
double yLow,
double yHigh)
Creates a new instance of
XYIntervalItem. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
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 |
getYHighValue()
Returns the upper bound of the y-interval.
|
double |
getYLowValue()
Returns the lower bound of the y-interval.
|
double |
getYValue()
Returns the y-value.
|
clone, compareTo, equals, getComparable, getObject, hashCode, setObjectpublic XYIntervalDataItem(double x, double xLow, double xHigh, double y, double yLow, double yHigh)
XYIntervalItem.x - the x-value.xLow - the lower bound of the x-interval.xHigh - the upper bound of the x-interval.y - the y-value.yLow - the lower bound of the y-interval.yHigh - the upper bound of the y-interval.public java.lang.Double getX()
null).public double getYValue()
public double getXLowValue()
public double getXHighValue()
public double getYLowValue()
public double getYHighValue()