Uses of Enum
com.blackrook.gui.object.GUILabel.Justification
Packages that use GUILabel.Justification
-
Uses of GUILabel.Justification in com.blackrook.gui.object
Subclasses with type arguments of type GUILabel.Justification in com.blackrook.gui.objectModifier and TypeClassDescriptionstatic enumList of font text alignment/justification types.Methods in com.blackrook.gui.object that return GUILabel.JustificationModifier and TypeMethodDescriptionGUILabel.getJustification()static GUILabel.JustificationReturns the enum constant of this type with the specified name.static GUILabel.Justification[]GUILabel.Justification.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.gui.object with parameters of type GUILabel.JustificationModifier and TypeMethodDescriptionGUILabel.setJustification(GUILabel.Justification justification) Sets the text alignment/justification.Constructors in com.blackrook.gui.object with parameters of type GUILabel.JustificationModifierConstructorDescriptionGUILabel(GUIFontType font, String text, GUILabel.Justification justification) Creates a new GUI Text object.GUILabel(GUIFontType font, String text, GUILabel.Justification justification, GUILabel.Alignment alignment) Creates a new GUI Text object.