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