analyzer.plot
Interface Range

All Known Implementing Classes:
AutoXRange, AutoYRange, ConstRange, WindowRange, TraceGraph.HistYRange, BlockingGraph.BlockerYRange

public abstract interface Range

Interface for objects that provide a range of one-dimensional coordinates.


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.
 

Method Detail

getHigh

public double getHigh()
Return the upper limit of the coordinate range.

getLow

public double getLow()
Return the lower limit of the coordinate range.

length

public double length()
Return the extent of the coordinate range, high-low.


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