public class YIntervalDataItem extends ComparableObjectItem
| Constructor and Description |
|---|
YIntervalDataItem(double x,
double y,
double yLow,
double yHigh)
Creates a new instance of
YIntervalItem. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getX()
Returns the x-value.
|
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 YIntervalDataItem(double x, double y, double yLow, double yHigh)
YIntervalItem.x - the x-value.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 getYLowValue()
public double getYHighValue()