Uses of Enum
com.blackrook.gui.GUIFontType.Directionality
Packages that use GUIFontType.Directionality
-
Uses of GUIFontType.Directionality in com.blackrook.gui
Subclasses with type arguments of type GUIFontType.Directionality in com.blackrook.guiModifier and TypeClassDescriptionstatic enumList of font text directionalities.Fields in com.blackrook.gui declared as GUIFontType.DirectionalityModifier and TypeFieldDescriptionprotected GUIFontType.DirectionalityGUIFont.directionalityType of directionality to use.Methods in com.blackrook.gui that return GUIFontType.DirectionalityModifier and TypeMethodDescriptionGUIFont.getDirectionality()GUIFontType.getDirectionality()static GUIFontType.DirectionalityReturns the enum constant of this type with the specified name.static GUIFontType.Directionality[]GUIFontType.Directionality.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 GUIFontType.DirectionalityModifier and TypeMethodDescriptionvoidGUIFont.setDirectionality(GUIFontType.Directionality directionality) Sets this font's directionality.