Uses of Interface
com.blackrook.gui.GUIFontType
Packages that use GUIFontType
Package
Description
Containing GUI components.
Contains objects to add to the GUI scene.
-
Uses of GUIFontType in com.blackrook.gui
Classes in com.blackrook.gui that implement GUIFontTypeMethods in com.blackrook.gui that return GUIFontTypeModifier and TypeMethodDescriptionReturns a font associated with a theme key, or null if not a font or none is associated.Methods in com.blackrook.gui with parameters of type GUIFontTypeModifier and TypeMethodDescriptionvoidGUITheme.set(String key, GUIFontType font) Sets a theme font by key. -
Uses of GUIFontType in com.blackrook.gui.object
Methods in com.blackrook.gui.object that return GUIFontTypeMethods in com.blackrook.gui.object with parameters of type GUIFontTypeModifier and TypeMethodDescriptionGUILabel.setFont(GUIFontType font) Sets the font for this text object.Constructors in com.blackrook.gui.object with parameters of type GUIFontTypeModifierConstructorDescriptionGUILabel(GUIFontType font) Creates a new GUI Text object.GUILabel(GUIFontType font, String text) Creates a new GUI Text object.GUILabel(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.