Interface IColorConstants
public interface IColorConstants
The interface for constants of colors used in BIRT.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The color aqua.static final String
The color black.static final String
The color blue.static final String
ChoiceSet name for color set.static final String
The color fuchsia.static final String
The color gray.static final String
The color green.static final String
The color lime.static final String
The color maroon.static final String
The color navy.static final String
The color olive.static final String
The color blue.static final String
The color purple.static final String
The color red.static final String
The color silver.static final String
The color teal.static final String
The color white.static final String
The color yellow.
-
Field Details
-
BLACK
The color black. sRGB value "#000000".- See Also:
-
BLUE
The color blue. sRGB value "#0000FF".- See Also:
-
AQUA
The color aqua. sRGB value "#00FFFF".- See Also:
-
WHITE
The color white. sRGB value ""#FFFFFF".- See Also:
-
RED
The color red. sRGB value "#FF0000".- See Also:
-
ORANGE
The color blue. sRGB value "#FFA500".- See Also:
-
SILVER
The color silver. sRGB value "#C0C0C0".- See Also:
-
GRAY
The color gray. sRGB value "#808080".- See Also:
-
MAROON
The color maroon. sRGB value "#800000".- See Also:
-
PURPLE
The color purple. sRGB value "#800080".- See Also:
-
FUCHSIA
The color fuchsia. sRGB value "#FF00FF".- See Also:
-
GREEN
The color green. sRGB value "#008000".- See Also:
-
LIME
The color lime. sRGB value "#00FF00".- See Also:
-
OLIVE
The color olive. sRGB value "#808000".- See Also:
-
YELLOW
The color yellow. sRGB value "#FFFF00".- See Also:
-
NAVY
The color navy. sRGB value "#000080".- See Also:
-
TEAL
The color teal. sRGB value "#008080".- See Also:
-
COLORS_CHOICE_SET
ChoiceSet name for color set.- See Also:
-