| java.lang.Object | |
| ↳ | org.jfree.data.xy.XYInterval |
An xy-interval. This class is used internally by the
XYIntervalDataItem class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
XYInterval. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the upper bound of the x-interval.
| |||||||||||
Returns the lower bound of the x-interval.
| |||||||||||
Returns the y-value.
| |||||||||||
Returns the upper bound of the y-interval.
| |||||||||||
Returns the lower bound of the y-interval.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance of XYInterval.
| xLow | the lower bound of the x-interval. |
|---|---|
| xHigh | the upper bound of the y-interval. |
| 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 upper bound of the x-interval.
Returns the lower bound of the x-interval.
Returns the y-value.
Returns the upper bound of the y-interval.
Returns the lower bound of the y-interval.