org.objectweb.fractal.gui
Interface Constants

All Known Implementing Classes:
BasicComponentRenderer

public interface Constants

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

NAME_FONT

public static final Font NAME_FONT
Font used to draw component names.


PROVIDED_FONT

public static final Font PROVIDED_FONT
Font used to draw server interfaces.


REQUIRED_FONT

public static final Font REQUIRED_FONT
Font used to draw client interfaces.


PROVIDED_COLOR

public static final Color PROVIDED_COLOR
Color used to draw server interfaces.


REQUIRED_COLOR

public static final Color REQUIRED_COLOR
Color used to draw client interfaces.


COMPONENT_COLOR

public static final Color COMPONENT_COLOR
Color used to draw component's controller part.


BINDING_COLOR

public static final Color BINDING_COLOR
Color used to draw bindings.


ERROR_COLOR

public static final Color ERROR_COLOR
Color used to show errors (in graph, dialog, or tree views).


WARNING_COLOR

public static final Color WARNING_COLOR
Color used to show warnings (especially for bindings).


SELECTION_COLOR

public static final Color SELECTION_COLOR
Color used to draw selected components or interfaces.


NORMAL_STROKE

public static final Stroke NORMAL_STROKE
Default stroke.


BOLD_STROKE

public static final Stroke BOLD_STROKE
Bold stroke.


DASHED_STROKE

public static final Stroke DASHED_STROKE
Dashed stroke.