|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sub_arctic.output.style_manager
This class holds onto information that the toolkit will need about the current way to display the interface and other properties of the interface w.r.t. display.
Field Summary | |
protected static style |
_current_style
Store the current style. |
protected static java.awt.Font |
_default_font
The default font for the system. |
protected static color_scheme |
_default_scheme
This is sub_arctic's default color scheme. |
Constructor Summary | |
style_manager()
|
Method Summary | |
static style |
current_style()
Get the currently active style manager. |
static color_scheme |
default_color_scheme()
This gets the default color scheme for sub_arctic, predominately grey with a white text bg. |
static java.awt.Font |
default_font()
Retrieve the default font. |
static void |
set_current_style(style s)
Change the current style. |
static void |
set_default_font(java.awt.Font f)
Set the default font. |
static void |
set_default_scheme(color_scheme cs)
Set the default color scheme. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected static style _current_style
protected static color_scheme _default_scheme
protected static java.awt.Font _default_font
Constructor Detail |
public style_manager()
Method Detail |
public static style current_style()
public static void set_current_style(style s)
style
- s the new style handler.public static color_scheme default_color_scheme()
public static void set_default_scheme(color_scheme cs)
color_scheme
- cs the new color scheme for the system.public static java.awt.Font default_font()
public static void set_default_font(java.awt.Font f)
Font
- f the new system default font.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |