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 |
---|---|
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, hashCode
public 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 Double getX()
null
).public double getYValue()
public double getYLowValue()
public double getYHighValue()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics