public class SteamPunkStyle extends SynthStyle
| Modifier and Type | Field and Description |
|---|---|
static Color |
COLOUR_DISABLED_TEXT |
static Color |
COLOUR_GOLD_TEXT |
static Font |
FONT |
static Color |
GOLD_COLOUR |
static Font |
HUGE_FONT |
static Font |
LARGE_FONT |
static Insets |
NORMAL_INSETS |
static SynthPainter |
PAINTER |
static SynthGraphicsUtils |
UTILS |
static Insets |
ZERO_INSETS |
| Constructor and Description |
|---|
SteamPunkStyle() |
| Modifier and Type | Method and Description |
|---|---|
protected Color |
getColorForState(SynthContext context,
ColorType type) |
protected Font |
getFontForState(SynthContext context) |
Color |
getForegroundColour(SynthContext context) |
Insets |
getInsets(SynthContext context,
Insets insets) |
SynthPainter |
getPainter(SynthContext context) |
void |
installDefaults(SynthContext context) |
boolean |
isOpaque(SynthContext context) |
get, getBoolean, getColor, getFont, getGraphicsUtils, getIcon, getInt, getString, uninstallDefaultspublic static Font FONT
public static Font LARGE_FONT
public static Font HUGE_FONT
public static Insets ZERO_INSETS
public static Insets NORMAL_INSETS
public static SynthPainter PAINTER
public static SynthGraphicsUtils UTILS
public static final Color GOLD_COLOUR
public static final Color COLOUR_GOLD_TEXT
public static final Color COLOUR_DISABLED_TEXT
protected Color getColorForState(SynthContext context, ColorType type)
getColorForState in class SynthStylepublic Color getForegroundColour(SynthContext context)
public SynthPainter getPainter(SynthContext context)
getPainter in class SynthStylepublic Insets getInsets(SynthContext context, Insets insets)
getInsets in class SynthStylepublic boolean isOpaque(SynthContext context)
isOpaque in class SynthStyleprotected Font getFontForState(SynthContext context)
getFontForState in class SynthStylepublic void installDefaults(SynthContext context)
installDefaults in class SynthStyleCopyright © 2012. All Rights Reserved.