org.omegahat.Graphics.Plots
Class AxisRange

java.lang.Object
  |
  +--org.omegahat.Graphics.Plots.AxisRange
All Implemented Interfaces:
AxisRangeInt

public class AxisRange
extends java.lang.Object
implements AxisRangeInt

the representation of the layout of an axis.


Field Summary
 double hi
           
 double lo
           
 int numGaps
           
 
Constructor Summary
AxisRange()
           
 
Method Summary
 double max()
           
 double max(double val)
           
 double min()
           
 double min(double val)
           
 int numGaps()
           
 int numGaps(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lo

public double lo

hi

public double hi

numGaps

public int numGaps
Constructor Detail

AxisRange

public AxisRange()
Method Detail

min

public double min()
Specified by:
min in interface AxisRangeInt

min

public double min(double val)
Specified by:
min in interface AxisRangeInt

max

public double max()
Specified by:
max in interface AxisRangeInt

max

public double max(double val)
Specified by:
max in interface AxisRangeInt

numGaps

public int numGaps()
Specified by:
numGaps in interface AxisRangeInt

numGaps

public int numGaps(int val)
Specified by:
numGaps in interface AxisRangeInt