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