|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.plot.WindowRange
Implementation of Range
that attaches to
a DoubleWindowModel
.
Field Summary | |
protected DoubleWindowModel |
window
|
Constructor Summary | |
WindowRange(DoubleWindowModel window)
|
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 DoubleWindowModel window
Constructor Detail |
public WindowRange(DoubleWindowModel window)
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 |