org.eclipse.birt.report.model.api.metadata
Interface IColorConstants


public interface IColorConstants

The interface for constants of colors used in BIRT.


Field Summary
static java.lang.String AQUA
          The color aqua. sRGB value "#00FFFF".
static java.lang.String BLACK
          The color black. sRGB value "#000000".
static java.lang.String BLUE
          The color blue. sRGB value "#0000FF".
static java.lang.String COLORS_CHOICE_SET
          ChoiceSet name for color set.
static java.lang.String FUCHSIA
          The color fuchsia. sRGB value "#FF00FF".
static java.lang.String GRAY
          The color gray. sRGB value "#808080".
static java.lang.String GREEN
          The color green. sRGB value "#008000".
static java.lang.String LIME
          The color lime. sRGB value "#00FF00".
static java.lang.String MAROON
          The color maroon. sRGB value "#800000".
static java.lang.String NAVY
          The color navy. sRGB value "#000080".
static java.lang.String OLIVE
          The color olive. sRGB value "#808000".
static java.lang.String ORANGE
          The color blue. sRGB value "#FFA500".
static java.lang.String PURPLE
          The color purple. sRGB value "#800080".
static java.lang.String RED
          The color red. sRGB value "#FF0000".
static java.lang.String SILVER
          The color silver. sRGB value "#C0C0C0".
static java.lang.String TEAL
          The color teal. sRGB value "#008080".
static java.lang.String WHITE
          The color white. sRGB value ""#FFFFFF".
static java.lang.String YELLOW
          The color yellow. sRGB value "#FFFF00".
 

Field Detail

BLACK

public static final java.lang.String BLACK
The color black. sRGB value "#000000".

See Also:
Constant Field Values

BLUE

public static final java.lang.String BLUE
The color blue. sRGB value "#0000FF".

See Also:
Constant Field Values

AQUA

public static final java.lang.String AQUA
The color aqua. sRGB value "#00FFFF".

See Also:
Constant Field Values

WHITE

public static final java.lang.String WHITE
The color white. sRGB value ""#FFFFFF".

See Also:
Constant Field Values

RED

public static final java.lang.String RED
The color red. sRGB value "#FF0000".

See Also:
Constant Field Values

ORANGE

public static final java.lang.String ORANGE
The color blue. sRGB value "#FFA500".

See Also:
Constant Field Values

SILVER

public static final java.lang.String SILVER
The color silver. sRGB value "#C0C0C0".

See Also:
Constant Field Values

GRAY

public static final java.lang.String GRAY
The color gray. sRGB value "#808080".

See Also:
Constant Field Values

MAROON

public static final java.lang.String MAROON
The color maroon. sRGB value "#800000".

See Also:
Constant Field Values

PURPLE

public static final java.lang.String PURPLE
The color purple. sRGB value "#800080".

See Also:
Constant Field Values

FUCHSIA

public static final java.lang.String FUCHSIA
The color fuchsia. sRGB value "#FF00FF".

See Also:
Constant Field Values

GREEN

public static final java.lang.String GREEN
The color green. sRGB value "#008000".

See Also:
Constant Field Values

LIME

public static final java.lang.String LIME
The color lime. sRGB value "#00FF00".

See Also:
Constant Field Values

OLIVE

public static final java.lang.String OLIVE
The color olive. sRGB value "#808000".

See Also:
Constant Field Values

YELLOW

public static final java.lang.String YELLOW
The color yellow. sRGB value "#FFFF00".

See Also:
Constant Field Values

NAVY

public static final java.lang.String NAVY
The color navy. sRGB value "#000080".

See Also:
Constant Field Values

TEAL

public static final java.lang.String TEAL
The color teal. sRGB value "#008080".

See Also:
Constant Field Values

COLORS_CHOICE_SET

public static final java.lang.String COLORS_CHOICE_SET
ChoiceSet name for color set.

See Also:
Constant Field Values


Copyright © 2005 Actuate Corp. All rights reserved.