| java.lang.Object | ||
| ↳ | org.jfree.data.ComparableObjectItem | |
| ↳ | org.jfree.data.xy.XYIntervalDataItem | |
An item representing data in the form (x, x-low, x-high, y, y-low, y-high).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
XYIntervalItem. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the x-value.
| |||||||||||
Returns the upper bound of the x-interval.
| |||||||||||
Returns the lower bound of the x-interval.
| |||||||||||
Returns the upper bound of the y-interval.
| |||||||||||
Returns the lower bound of the y-interval.
| |||||||||||
Returns the y-value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.data.ComparableObjectItem
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Creates a new instance of XYIntervalItem.
| x | the x-value. |
|---|---|
| xLow | the lower bound of the x-interval. |
| xHigh | the upper bound of the x-interval. |
| y | the y-value. |
| yLow | the lower bound of the y-interval. |
| yHigh | the upper bound of the y-interval. |
Returns the upper bound of the x-interval.
Returns the lower bound of the x-interval.
Returns the upper bound of the y-interval.
Returns the lower bound of the y-interval.
Returns the y-value.