Draw2D v2.0

org.eclipse.draw2d
Interface ColorConstants

All Known Implementing Classes:
SchemeBorder

public interface ColorConstants

A collection of color-related constants.


Field Summary
static Color black
           
static Color blue
           
static Color button
           
static Color buttonDarker
           
static Color buttonDarkest
           
static Color buttonLightest
           
static Color cyan
           
static Color darkBlue
           
static Color darkGray
           
static Color darkGreen
           
static Display display
           
static Color gray
           
static Color green
           
static Color lightBlue
           
static Color lightGray
           
static Color lightGreen
           
static Color menuBackground
           
static Color menuBackgroundSelected
           
static Color menuForeground
           
static Color menuForegroundSelected
           
static Color orange
           
static Color red
           
static Color titleBackground
           
static Color titleForeground
           
static Color titleGradient
           
static Color titleInactiveBackground
           
static Color titleInactiveForeground
           
static Color titleInactiveGradient
           
static Color tooltipBackground
           
static Color tooltipForeground
           
static Color white
           
static Color yellow
           
 

Field Detail

display

public static final Display display

buttonLightest

public static final Color buttonLightest

button

public static final Color button

buttonDarker

public static final Color buttonDarker

buttonDarkest

public static final Color buttonDarkest

menuBackground

public static final Color menuBackground

menuForeground

public static final Color menuForeground

menuBackgroundSelected

public static final Color menuBackgroundSelected

menuForegroundSelected

public static final Color menuForegroundSelected

titleBackground

public static final Color titleBackground

titleGradient

public static final Color titleGradient

titleForeground

public static final Color titleForeground

titleInactiveForeground

public static final Color titleInactiveForeground

titleInactiveBackground

public static final Color titleInactiveBackground

titleInactiveGradient

public static final Color titleInactiveGradient

tooltipForeground

public static final Color tooltipForeground

tooltipBackground

public static final Color tooltipBackground

white

public static final Color white

lightGray

public static final Color lightGray

gray

public static final Color gray

darkGray

public static final Color darkGray

black

public static final Color black

red

public static final Color red

orange

public static final Color orange

yellow

public static final Color yellow

green

public static final Color green

lightGreen

public static final Color lightGreen

darkGreen

public static final Color darkGreen

cyan

public static final Color cyan

lightBlue

public static final Color lightBlue

blue

public static final Color blue

darkBlue

public static final Color darkBlue

Draw2D v2.0