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