Package velo.ladaalpha.misc
Class Plot.Range
java.lang.Object
velo.ladaalpha.misc.Plot.Range
- Enclosing class:
 - Plot
 
The Class Range.
- 
Constructor Summary
ConstructorsConstructorDescriptionRange(double min, double max) Instantiates a new range.Range(Plot.Range range) Instantiates a new range. - 
Method Summary
 
- 
Constructor Details
- 
Range
public Range(double min, double max) Instantiates a new range.- Parameters:
 min- the minmax- the max
 - 
Range
Instantiates a new range.- Parameters:
 range- the range
 
 - 
 - 
Method Details