Uses of Enum
com.blackrook.gui.object.GUILabel.ResizeMode
Packages that use GUILabel.ResizeMode
-
Uses of GUILabel.ResizeMode in com.blackrook.gui.object
Subclasses with type arguments of type GUILabel.ResizeMode in com.blackrook.gui.objectMethods in com.blackrook.gui.object that return GUILabel.ResizeModeModifier and TypeMethodDescriptionGUILabel.getResizeMode()Gets the current resize mode for this text object.static GUILabel.ResizeModeReturns the enum constant of this type with the specified name.static GUILabel.ResizeMode[]GUILabel.ResizeMode.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.ResizeModeModifier and TypeMethodDescriptionGUILabel.setResizeMode(GUILabel.ResizeMode resizeMode) Sets the current resize mode for this text object.