Uses of Class
com.blackrook.gui.object.GUILabel
Packages that use GUILabel
Package
Description
Containing GUI components.
Contains objects to add to the GUI scene.
-
Uses of GUILabel in com.blackrook.gui
Methods in com.blackrook.gui with parameters of type GUILabel -
Uses of GUILabel in com.blackrook.gui.object
Subclasses of GUILabel in com.blackrook.gui.objectMethods in com.blackrook.gui.object that return GUILabelModifier and TypeMethodDescriptionGUILabel.setAlignment(GUILabel.Alignment alignment) Sets the current style of vertical text alignment.GUILabel.setFont(GUIFontType font) Sets the font for this text object.GUILabel.setJustification(GUILabel.Justification justification) Sets the text alignment/justification.GUILabel.setMaxWidth(float maxWidth) Sets the max width in units for the resizing capability of this object.GUILabel.setResizeMode(GUILabel.ResizeMode resizeMode) Sets the current resize mode for this text object.GUILabel.setSize(float size) Sets the size of the font in GUI units.GUILabel.setStartingLine(int startingLine) Sets the starting line that the mesh data will be generated for in the text field.Sets the text on this text object.GUILabel.setThemeKey(String themeKey) Sets this object's theme key.GUILabel.setWordWrapping(boolean wordWrap) Sets if word wrapping is enabled.