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