analyzer.plot
Class WindowRange

java.lang.Object
  |
  +--analyzer.plot.WindowRange

public class WindowRange
extends java.lang.Object
implements Range

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

window

protected DoubleWindowModel window
Constructor Detail

WindowRange

public WindowRange(DoubleWindowModel window)
Method Detail

getLow

public double getLow()
Return the lower limit of the coordinate range.
Specified by:
getLow in interface Range

getHigh

public double getHigh()
Return the upper limit of the coordinate range.
Specified by:
getHigh in interface Range

length

public double length()
Return the extent of the coordinate range, high-low.
Specified by:
length in interface Range


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu