Verwendungen von Enum-Klasse
net.risingworld.api.ui.style.TextAnchor
Package
Beschreibung
-
Verwendungen von TextAnchor in net.risingworld.api.objects
Modifizierer und TypMethodeBeschreibungSign.getTextAnchor()
Gets the text anchor, i.e the pivot positioni of the text.Modifizierer und TypMethodeBeschreibungvoid
Sign.setTextAnchor
(TextAnchor anchor) Sets the text anchor, i.e the pivot position of the text. -
Verwendungen von TextAnchor in net.risingworld.api.ui
Modifizierer und TypMethodeBeschreibungvoid
UILabel.setTextAlign
(TextAnchor anchor) Sets the alignment for the text. -
Verwendungen von TextAnchor in net.risingworld.api.ui.style
Modifizierer und TypFeldBeschreibungfinal StyleEnum<TextAnchor>
Style.textAlign
Sets the vertical and horizontal text alignment (for text / labels)Modifizierer und TypMethodeBeschreibungstatic TextAnchor
TextAnchor.get
(int ordinal) Gets an enum from the ordinal value.static TextAnchor
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static TextAnchor[]
TextAnchor.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.