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