Uses of Enum
com.blackrook.gui.GUIObject.ScaleType
Packages that use GUIObject.ScaleType
-
Uses of GUIObject.ScaleType in com.blackrook.gui
Subclasses with type arguments of type GUIObject.ScaleType in com.blackrook.guiMethods in com.blackrook.gui that return GUIObject.ScaleTypeModifier and TypeMethodDescriptionGUIObject.getScaleType()static GUIObject.ScaleTypeReturns the enum constant of this type with the specified name.static GUIObject.ScaleType[]GUIObject.ScaleType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.gui with parameters of type GUIObject.ScaleTypeModifier and TypeMethodDescriptionGUIObject.setScaleType(GUIObject.ScaleType scaleType) Sets this object's texture scaling type.