T
- Guide line value type.public interface GuideLineValueConverter<T>
Modifier and Type | Method and Description |
---|---|
double |
toLocation(T pValue)
Converts guide line value to display position.
|
double |
toNumber(T pValue)
Returns the numeric value for a given guide line value.
|
T |
toValue(double pLocation)
Converts display position to guide line value.
|
Copyright © 2023. All rights reserved.