|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.maths.Scale org.jzy3d.maths.Range
public class Range
For some naming relevance, a simple extention of Scale.
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, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Range(double min, double max)
Method Detail |
---|
public void enlarge(double ratio)
public Range createEnlarge(double ratio)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |