org.jzy3d.maths
Class Range

java.lang.Object
  extended by org.jzy3d.maths.Scale
      extended by org.jzy3d.maths.Range

public class Range
extends Scale

For some naming relevance, a simple extention of Scale.


Field Summary
 
Fields inherited from class org.jzy3d.maths.Scale
max, min
 
Constructor Summary
Range(double min, double max)
           
 
Method Summary
 Range createEnlarge(double ratio)
           
 void enlarge(double ratio)
           
 
Methods inherited from class org.jzy3d.maths.Scale
add, clone, contains, enlarge, getMax, getMin, getRange, isMaxNan, isMinNan, setMax, setMin, thinest, toString, valid, widest
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Range

public Range(double min,
             double max)
Method Detail

enlarge

public void enlarge(double ratio)

createEnlarge

public Range createEnlarge(double ratio)