java.lang.Object | ||
↳ | org.jfree.data.ComparableObjectItem | |
↳ | org.jfree.data.xy.XIntervalDataItem |
An item representing data in the form (x, x-low, x-high, y).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
XIntervalDataItem . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the x-value.
| |||||||||||
Returns the upper bound of the x-interval.
| |||||||||||
Returns the lower bound of the x-interval.
| |||||||||||
Returns the y-value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance of 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. |
Returns the upper bound of the x-interval.
Returns the lower bound of the x-interval.
Returns the y-value.