org.jfree.data.xy
public class YWithXInterval extends Object implements Serializable
Since: 1.0.3
Constructor Summary | |
---|---|
YWithXInterval(double y, double xLow, double xHigh)
Creates a new instance of YWithXInterval .
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests this instance for equality with an arbitrary object.
|
double | getXHigh()
Returns the upper bound of the x-interval.
|
double | getXLow()
Returns the lower bound of the x-interval.
|
double | getY()
Returns the y-value.
|
YWithXInterval
.
Parameters: y the y-value. xLow the lower bound of the x-interval. xHigh the upper bound of the x-interval.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The upper bound of the x-interval.
Returns: The lower bound of the x-interval.
Returns: The y-value.