java.lang.Object | |
↳ | org.jfree.data.xy.YInterval |
A y-interval. This class is used internally by the
YIntervalDataItem
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
YInterval . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the y-value.
| |||||||||||
Returns the upper bound of the y-interval.
| |||||||||||
Returns the lower bound of the y-interval.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance of YInterval
.
y | the y-value. |
---|---|
yLow | the lower bound of the y-interval. |
yHigh | the upper bound of the y-interval. |
Tests this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the y-value.
Returns the upper bound of the y-interval.
Returns the lower bound of the y-interval.