|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines font and color constants used in FractalGUI.
Field Summary | |
static Color |
BINDING_COLOR
Color used to draw bindings. |
static Stroke |
BOLD_STROKE
Bold stroke. |
static Color |
COMPONENT_COLOR
Color used to draw component's controller part. |
static Stroke |
DASHED_STROKE
Dashed stroke. |
static Color |
ERROR_COLOR
Color used to show errors (in graph, dialog, or tree views). |
static Font |
NAME_FONT
Font used to draw component names. |
static Stroke |
NORMAL_STROKE
Default stroke. |
static Color |
PROVIDED_COLOR
Color used to draw server interfaces. |
static Font |
PROVIDED_FONT
Font used to draw server interfaces. |
static Color |
REQUIRED_COLOR
Color used to draw client interfaces. |
static Font |
REQUIRED_FONT
Font used to draw client interfaces. |
static Color |
SELECTION_COLOR
Color used to draw selected components or interfaces. |
static Color |
WARNING_COLOR
Color used to show warnings (especially for bindings). |
Field Detail |
public static final Font NAME_FONT
public static final Font PROVIDED_FONT
public static final Font REQUIRED_FONT
public static final Color PROVIDED_COLOR
public static final Color REQUIRED_COLOR
public static final Color COMPONENT_COLOR
public static final Color BINDING_COLOR
public static final Color ERROR_COLOR
public static final Color WARNING_COLOR
public static final Color SELECTION_COLOR
public static final Stroke NORMAL_STROKE
public static final Stroke BOLD_STROKE
public static final Stroke DASHED_STROKE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |