Uses of Enum
com.blackrook.gui.object.GUILabel.Alignment
Packages that use GUILabel.Alignment
-
Uses of GUILabel.Alignment in com.blackrook.gui.object
Subclasses with type arguments of type GUILabel.Alignment in com.blackrook.gui.objectModifier and TypeClassDescriptionstatic enumList of font text vertical alignment types.Methods in com.blackrook.gui.object that return GUILabel.AlignmentModifier and TypeMethodDescriptionGUILabel.getAlignment()static GUILabel.AlignmentReturns the enum constant of this type with the specified name.static GUILabel.Alignment[]GUILabel.Alignment.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.AlignmentModifier and TypeMethodDescriptionGUILabel.setAlignment(GUILabel.Alignment alignment) Sets the current style of vertical text alignment.Constructors in com.blackrook.gui.object with parameters of type GUILabel.AlignmentModifierConstructorDescriptionGUILabel(GUIFontType font, String text, GUILabel.Justification justification, GUILabel.Alignment alignment) Creates a new GUI Text object.