Module com.iamsoft.util.ui
Interface GuideLineValueConverter<T>
-
- Type Parameters:
T- Guide line value type.
public interface GuideLineValueConverter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubletoLocation(T pValue)Converts guide line value to display position.doubletoNumber(T pValue)Returns the numeric value for a given guide line value.TtoValue(double pLocation)Converts display position to guide line value.
-