Uses of Class
de.coreengine.rendering.renderable.gui.GUIText.Alignment
-
Packages that use GUIText.Alignment Package Description de.coreengine.rendering.renderable.gui -
-
Uses of GUIText.Alignment in de.coreengine.rendering.renderable.gui
Methods in de.coreengine.rendering.renderable.gui that return GUIText.Alignment Modifier and Type Method Description static GUIText.Alignment
GUIText.Alignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static GUIText.Alignment[]
GUIText.Alignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.coreengine.rendering.renderable.gui with parameters of type GUIText.Alignment Modifier and Type Method Description void
GUIText. setAlignment(GUIText.Alignment alignment)
Setting the text alignment.
-