Interface ScaleChanger
-
- All Known Implementing Classes:
PunktScaler
public interface ScaleChanger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
scale(double value, int dimension)
double
unScale(double value, int dimension)
-