Drag[en]gine Script Module DragonScript Script API
1.0
|
Public Member Functions | |
DecorationFactory | copyFactory () |
Create factory copy. More... | |
Decoration | createDecoration () |
SimpleDecorationFactory | new () |
SimpleDecorationFactory | new (SimpleDecorationFactory factory) |
Create copy of decoration factory. More... | |
![]() | |
DecorationFactory | copyFactory () |
Create factory copy. More... | |
Decoration | createDecoration () |
Create decoration. More... | |
Color | getActiveTitleColor () |
Color of the active window title. More... | |
Font | getActiveTitleFont () |
Font for active window title. More... | |
Color | getInactiveTitleColor () |
Color of the inactive window title. More... | |
Font | getInactiveTitleFont () |
Font for inactive window title. More... | |
DefaultDecorationFactory | new () |
DefaultDecorationFactory | new (DefaultDecorationFactory factory) |
Create copy of decoration factory. More... | |
void | setActiveTitleColor (Color color) |
Set color of the active window title. More... | |
void | setActiveTitleFont (Font font) |
Set font for active window title. More... | |
void | setInactiveTitleColor (Color color) |
Set color of the inactive window title. More... | |
void | setInactiveTitleFont (Font font) |
Set font for inactive window title. More... | |
void | setParameter (String name, Object value) |
Set parameter. More... | |
Additional Inherited Members | |
![]() | |
void | initDefaultDecoration (DefaultDecoration decoration) |
Init default decoration part for use by subclasses. More... | |
Factory for SimpleDecoration.
DecorationFactory copyFactory | ( | ) |
Create factory copy.
Implements DecorationFactory.
Decoration createDecoration | ( | ) |
Create decoration.
Implements DecorationFactory.
SimpleDecorationFactory new | ( | ) |
Creates a new decoration factory.
SimpleDecorationFactory new | ( | SimpleDecorationFactory | factory | ) |
Create copy of decoration factory.