Uses of Interface
net.anwiba.commons.utilities.scale.IScaleValue
-
Packages that use IScaleValue Package Description net.anwiba.commons.utilities.scale -
-
Uses of IScaleValue in net.anwiba.commons.utilities.scale
Classes in net.anwiba.commons.utilities.scale that implement IScaleValue Modifier and Type Class Description classScaleValueFields in net.anwiba.commons.utilities.scale declared as IScaleValue Modifier and Type Field Description static IScaleValueScaleRange. MAX_VALUEstatic IScaleValueScaleRange. MIN_VALUEMethods in net.anwiba.commons.utilities.scale that return IScaleValue Modifier and Type Method Description IScaleValueIScaleRange. getMax()IScaleValueScaleRange. getMax()IScaleValueIScaleRange. getMin()IScaleValueScaleRange. getMin()Methods in net.anwiba.commons.utilities.scale with parameters of type IScaleValue Modifier and Type Method Description intIScaleValue. compareTo(IScaleValue other)intScaleValue. compareTo(IScaleValue other)booleanIScaleRange. contains(IScaleValue scaleValue)booleanScaleRange. contains(IScaleValue scaleValue)Constructors in net.anwiba.commons.utilities.scale with parameters of type IScaleValue Constructor Description ScaleRange(IScaleValue min, IScaleValue max)
-