Module com.iamsoft.util.ui
Interface GuideLineValueConverter<T>
- Type Parameters:
T
- Guide line value type.
public interface GuideLineValueConverter<T>
-
Method Summary
-
Method Details
-
toValue
Converts display position to guide line value. -
toLocation
Converts guide line value to display position. -
toNumber
Returns the numeric value for a given guide line value.
-