org.jfree.data.xy
public class XIntervalDataItem extends ComparableObjectItem
Since: 1.0.3
Constructor Summary | |
---|---|
XIntervalDataItem(double x, double xLow, double xHigh, double y)
Creates a new instance of XIntervalDataItem .
|
Method Summary | |
---|---|
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.
|
XIntervalDataItem
.
Parameters: x the x-value. xLow the lower bound of the x-interval. xHigh the upper bound of the x-interval. y the y-value.
Returns: The x-value (never null
).
Returns: The upper bound of the x-interval.
Returns: The lower bound of the x-interval.
Returns: The y-value.