Interface IScaleValue
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ScaleValue
public interface IScaleValue extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompareTo(IScaleValue other)doublegetFactor()
-
-
-
Method Detail
-
getFactor
double getFactor()
-
compareTo
int compareTo(IScaleValue other)
-
-