|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.plot.ConstRange
Implementation of Range
for reading the X range off of
an XYDataSource
.
Field Summary | |
protected double |
high
The upper limit of the coordinate range. |
protected double |
low
The lower limit of the coordinate range. |
Constructor Summary | |
ConstRange(double low,
double high)
Constructor. |
Method Summary | |
double |
getHigh()
Return the upper limit of the coordinate range. |
double |
getLow()
Return the lower limit of the coordinate range. |
double |
length()
Return the extent of the coordinate range, high-low. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected double low
protected double high
Constructor Detail |
public ConstRange(double low, double high)
Method Detail |
public double getLow()
public double getHigh()
public double length()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |