org.eclipse.graphiti.util
Interface IColorConstant

All Known Implementing Classes:
ColorConstant

public interface IColorConstant

The Interface IColorConstant.


Field Summary
static IColorConstant BLACK
          The "black" color.
static IColorConstant BLUE
          The "blue" color.
static IColorConstant CONNECTION_SELECTION_FG
          The foreground selection color of a connection.
static IColorConstant CYAN
          The "cyan" color.
static IColorConstant DARK_BLUE
          The "dark blue" color.
static IColorConstant DARK_GRAY
          The "dark gray" color.
static IColorConstant DARK_GREEN
          The "dark green" color.
static IColorConstant GRAY
          The "gray" color.
static IColorConstant GREEN
          The "green" color.
static IColorConstant HANDLE_BG
          The handle background color.
static IColorConstant HANDLE_FG
          The handle foreground color.
static IColorConstant LIGHT_BLUE
          The "light blue" color.
static IColorConstant LIGHT_GRAY
          The "light gray" color.
static IColorConstant LIGHT_GREEN
          The "light green" color.
static IColorConstant LIGHT_LIGHT_GRAY
          The "light light gray" color.
static IColorConstant ORANGE
          The "orange" color.
static IColorConstant RED
          The "red" color.
static IColorConstant SHAPE_SELECTION_FG
          The foreground selection color of a shape.
static IColorConstant VC_DARK_BEIGE
          The "Visual Composer dark beige" color.
static IColorConstant VC_DARK_BLUE
          The "Visual Composer dark blue" color.
static IColorConstant VC_DARK_BROWN
          The "Visual Composer dark brown" color.
static IColorConstant VC_DARK_GREEN
          The "Visual Composer dark green" color.
static IColorConstant VC_DARK_GREY
          The "Visual Composer dark gray" color.
static IColorConstant VC_DARK_GREYISH_BLUE
          The "Visual Composer dark greyish blue" color.
static IColorConstant VC_DARK_ORANGE
          The "Visual Composer dark orange" color.
static IColorConstant VC_DARK_PURPLE
          The "Visual Composer dark purple" color.
static IColorConstant VC_LIGHT_BEIGE
          The "Visual Composer light beige" color.
static IColorConstant VC_LIGHT_BLUE
          The "Visual Composer light blue" color.
static IColorConstant VC_LIGHT_BROWN
          The "Visual Composer light brown" color.
static IColorConstant VC_LIGHT_GREEN
          The "Visual Composer light green" color.
static IColorConstant VC_LIGHT_GREY
          The "Visual Composer light gray" color.
static IColorConstant VC_LIGHT_GREYISH_BLUE
          The "Visual Composer light greyish blue" color.
static IColorConstant VC_LIGHT_ORANGE
          The "Visual Composer light orange" color.
static IColorConstant VC_LIGHT_PURPLE
          The "Visual Composer light purple" color.
static IColorConstant VC_MEDIUM_BEIGE
          The "Visual Composer medium beige" color.
static IColorConstant VC_MEDIUM_BLUE
          The "Visual Composer medium blue" color.
static IColorConstant VC_MEDIUM_BROWN
          The "Visual Composer medium brown" color.
static IColorConstant VC_MEDIUM_GREEN
          The "Visual Composer medium green" color.
static IColorConstant VC_MEDIUM_GREY
          The "Visual Composer medium gray" color.
static IColorConstant VC_MEDIUM_GREYISH_BLUE
          The "Visual Composer medium greyish blue" color.
static IColorConstant VC_MEDIUM_ORANGE
          The "Visual Composer medium orange" color.
static IColorConstant VC_MEDIUM_PURPLE
          The "Visual Composer medium purple" color.
static IColorConstant VC_VERY_LIGHT_BLUE
          The "Visual Composer very light blue" color.
static IColorConstant VC_VERY_LIGHT_GREEN
          The "Visual Composer very light green" color.
static IColorConstant WHITE
          The "white" color.
static IColorConstant YELLOW
          The "yellow" color.
 
Method Summary
 int getBlue()
          Returns the amount of blue in the color, from 0 to 255.
 int getGreen()
          Returns the amount of green in the color, from 0 to 255.
 int getRed()
          Returns the amount of red in the color, from 0 to 255.
 

Field Detail

WHITE

static final IColorConstant WHITE
The "white" color.


LIGHT_LIGHT_GRAY

static final IColorConstant LIGHT_LIGHT_GRAY
The "light light gray" color.


LIGHT_GRAY

static final IColorConstant LIGHT_GRAY
The "light gray" color.


GRAY

static final IColorConstant GRAY
The "gray" color.


DARK_GRAY

static final IColorConstant DARK_GRAY
The "dark gray" color.


BLACK

static final IColorConstant BLACK
The "black" color.


RED

static final IColorConstant RED
The "red" color.


ORANGE

static final IColorConstant ORANGE
The "orange" color.


YELLOW

static final IColorConstant YELLOW
The "yellow" color.


GREEN

static final IColorConstant GREEN
The "green" color.


LIGHT_GREEN

static final IColorConstant LIGHT_GREEN
The "light green" color.


DARK_GREEN

static final IColorConstant DARK_GREEN
The "dark green" color.


CYAN

static final IColorConstant CYAN
The "cyan" color.


LIGHT_BLUE

static final IColorConstant LIGHT_BLUE
The "light blue" color.


BLUE

static final IColorConstant BLUE
The "blue" color.


DARK_BLUE

static final IColorConstant DARK_BLUE
The "dark blue" color.


VC_VERY_LIGHT_BLUE

static final IColorConstant VC_VERY_LIGHT_BLUE
The "Visual Composer very light blue" color.


VC_LIGHT_BLUE

static final IColorConstant VC_LIGHT_BLUE
The "Visual Composer light blue" color.


VC_MEDIUM_BLUE

static final IColorConstant VC_MEDIUM_BLUE
The "Visual Composer medium blue" color.


VC_DARK_BLUE

static final IColorConstant VC_DARK_BLUE
The "Visual Composer dark blue" color.


VC_LIGHT_GREY

static final IColorConstant VC_LIGHT_GREY
The "Visual Composer light gray" color.


VC_MEDIUM_GREY

static final IColorConstant VC_MEDIUM_GREY
The "Visual Composer medium gray" color.


VC_DARK_GREY

static final IColorConstant VC_DARK_GREY
The "Visual Composer dark gray" color.


VC_LIGHT_PURPLE

static final IColorConstant VC_LIGHT_PURPLE
The "Visual Composer light purple" color.


VC_MEDIUM_PURPLE

static final IColorConstant VC_MEDIUM_PURPLE
The "Visual Composer medium purple" color.


VC_DARK_PURPLE

static final IColorConstant VC_DARK_PURPLE
The "Visual Composer dark purple" color.


VC_VERY_LIGHT_GREEN

static final IColorConstant VC_VERY_LIGHT_GREEN
The "Visual Composer very light green" color.


VC_LIGHT_GREEN

static final IColorConstant VC_LIGHT_GREEN
The "Visual Composer light green" color.


VC_MEDIUM_GREEN

static final IColorConstant VC_MEDIUM_GREEN
The "Visual Composer medium green" color.


VC_DARK_GREEN

static final IColorConstant VC_DARK_GREEN
The "Visual Composer dark green" color.


VC_LIGHT_BROWN

static final IColorConstant VC_LIGHT_BROWN
The "Visual Composer light brown" color.


VC_MEDIUM_BROWN

static final IColorConstant VC_MEDIUM_BROWN
The "Visual Composer medium brown" color.


VC_DARK_BROWN

static final IColorConstant VC_DARK_BROWN
The "Visual Composer dark brown" color.


VC_LIGHT_ORANGE

static final IColorConstant VC_LIGHT_ORANGE
The "Visual Composer light orange" color.


VC_MEDIUM_ORANGE

static final IColorConstant VC_MEDIUM_ORANGE
The "Visual Composer medium orange" color.


VC_DARK_ORANGE

static final IColorConstant VC_DARK_ORANGE
The "Visual Composer dark orange" color.


VC_LIGHT_BEIGE

static final IColorConstant VC_LIGHT_BEIGE
The "Visual Composer light beige" color.


VC_MEDIUM_BEIGE

static final IColorConstant VC_MEDIUM_BEIGE
The "Visual Composer medium beige" color.


VC_DARK_BEIGE

static final IColorConstant VC_DARK_BEIGE
The "Visual Composer dark beige" color.


VC_LIGHT_GREYISH_BLUE

static final IColorConstant VC_LIGHT_GREYISH_BLUE
The "Visual Composer light greyish blue" color.


VC_MEDIUM_GREYISH_BLUE

static final IColorConstant VC_MEDIUM_GREYISH_BLUE
The "Visual Composer medium greyish blue" color.


VC_DARK_GREYISH_BLUE

static final IColorConstant VC_DARK_GREYISH_BLUE
The "Visual Composer dark greyish blue" color.


HANDLE_FG

static final IColorConstant HANDLE_FG
The handle foreground color.


HANDLE_BG

static final IColorConstant HANDLE_BG
The handle background color.


SHAPE_SELECTION_FG

static final IColorConstant SHAPE_SELECTION_FG
The foreground selection color of a shape.


CONNECTION_SELECTION_FG

static final IColorConstant CONNECTION_SELECTION_FG
The foreground selection color of a connection.

Method Detail

getRed

int getRed()
Returns the amount of red in the color, from 0 to 255.

Returns:
the red component of the color

getGreen

int getGreen()
Returns the amount of green in the color, from 0 to 255.

Returns:
the green component of the color

getBlue

int getBlue()
Returns the amount of blue in the color, from 0 to 255.

Returns:
the blue component of the color


Copyright (c) SAP AG 2005, 2010.