Interface IScaleRange
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ScaleRange
public interface IScaleRange extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(IScaleValue scaleValue)IScaleValuegetMax()IScaleValuegetMin()
-
-
-
Method Detail
-
getMin
IScaleValue getMin()
-
getMax
IScaleValue getMax()
-
contains
boolean contains(IScaleValue scaleValue)
-
-