org.omegahat.Graphics.Plots
Interface AxisRangeInt

All Known Implementing Classes:
AxisRange

public interface AxisRangeInt

Interface defining methods for implementing the range of an axis, used when computing the number and location of the ticks in an axis.

See Also:
Axis.

Method Summary
 double max()
           
 double max(double val)
           
 double min()
           
 double min(double val)
           
 int numGaps()
           
 int numGaps(int val)
           
 

Method Detail

min

public double min()

min

public double min(double val)

max

public double max()

max

public double max(double val)

numGaps

public int numGaps()

numGaps

public int numGaps(int val)