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 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

NAME_FONT

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


PROVIDED_FONT

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


REQUIRED_FONT

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


PROVIDED_COLOR

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


REQUIRED_COLOR

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


COMPONENT_COLOR

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


BINDING_COLOR

public static final java.awt.Color BINDING_COLOR
Color used to draw bindings.


ERROR_COLOR

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


WARNING_COLOR

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


SELECTION_COLOR

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


NORMAL_STROKE

public static final java.awt.Stroke NORMAL_STROKE
Default stroke.


BOLD_STROKE

public static final java.awt.Stroke BOLD_STROKE
Bold stroke.


DASHED_STROKE

public static final java.awt.Stroke DASHED_STROKE
Dashed stroke.