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
Constructors
Range(double min,
double max)
Range(float min,
float max)
-
Method Summary
Methods inherited from class org.jzy3d.maths.Scale
add, clone, contains, enlarge, enlargeSelf, getMax, getMin, getRange, isIn, isIn, isMaxNan, isMinNan, setMax, setMin, thinest, toString, valid, widest
-
Constructor Details
-
Range
public Range(float min,
float max)
-
Range
public Range(double min,
double max)
-
Method Details
-
createEnlarge
public Range createEnlarge(double ratio)