Package uk.ac.starlink.ttools.plot2
Interface Scaler
-
public interface Scaler
Defines the mapping of an input value to the range 0..1.- Since:
- 22 Jan 2015
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
scaleValue(double val)
Scales an input value to the interval 0..1.
-