Package de.gurkenlabs.litiengine.gui
Class GuiProperties
java.lang.Object
de.gurkenlabs.litiengine.gui.GuiProperties
public class GuiProperties
extends java.lang.Object
This class contains globally used properties for all the
GuiComponent
s that might be added to the game.Method Summary
Modifier and Type Method Description static Appearance
getDefaultAppearance()
static Appearance
getDefaultAppearanceDisabled()
static Appearance
getDefaultAppearanceHovered()
static java.awt.Font
getDefaultFont()
static void
setDefaultAppearance(Appearance app)
static void
setDefaultAppearanceDisabled(Appearance app)
static void
setDefaultAppearanceHovered(Appearance app)
static void
setDefaultFont(java.awt.Font newFont)
Method Details
getDefaultAppearance
setDefaultAppearance
getDefaultAppearanceHovered
getDefaultAppearanceDisabled
setDefaultAppearanceDisabled
setDefaultAppearanceHovered
getDefaultFont
public static java.awt.Font getDefaultFont()setDefaultFont
public static void setDefaultFont(java.awt.Font newFont)