Uses of Enum Class
net.risingworld.api.ui.style.TextAnchor
-
Uses of TextAnchor in net.risingworld.api.objects
Modifier and TypeMethodDescriptionSign.getTextAnchor()
Gets the text anchor, i.e the pivot positioni of the text.Modifier and TypeMethodDescriptionvoid
Sign.setTextAnchor
(TextAnchor anchor) Sets the text anchor, i.e the pivot position of the text. -
Uses of TextAnchor in net.risingworld.api.ui
Modifier and TypeMethodDescriptionvoid
UILabel.setTextAlign
(TextAnchor anchor) Sets the alignment for the text. -
Uses of TextAnchor in net.risingworld.api.ui.style
Modifier and TypeFieldDescriptionfinal StyleEnum<TextAnchor>
Style.textAlign
Sets the vertical and horizontal text alignment (for text / labels)Modifier and TypeMethodDescriptionstatic TextAnchor
TextAnchor.get
(int ordinal) Gets an enum from the ordinal value.static TextAnchor
Returns the enum constant of this class with the specified name.static TextAnchor[]
TextAnchor.values()
Returns an array containing the constants of this enum class, in the order they are declared.