Interface HasTextOriginProperty
- All Known Implementing Classes:
LabeledText,Text
public interface HasTextOriginProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault VPosGets the value of thetextOriginproperty.default voidsetTextOrigin(VPos textOrigin) Sets the value of thetextOriginproperty.
-
Property Details
-
textOrigin
-
-
Method Details
-
textOriginProperty
- Returns:
- the
textOriginproperty - See Also:
-
setTextOrigin
Sets the value of thetextOriginproperty.- Property description:
- Parameters:
textOrigin- the value for thetextOriginproperty- See Also:
-
getTextOrigin
Gets the value of thetextOriginproperty.- Property description:
- Returns:
- the value of the
textOriginproperty - See Also:
-