Package mil.nga.color
Class ColorConstants
- java.lang.Object
-
- mil.nga.color.ColorConstants
-
public class ColorConstants extends Object
Color Constant hex codes- Author:
- osbornb
-
-
Field Summary
Fields Modifier and Type Field Description static String
BLACK
Black hex colorstatic String
BLUE
Blue hex colorstatic String
BROWN
Brown hex colorstatic String
CYAN
Cyan hex colorstatic String
DKGRAY
Dark Gray hex colorstatic String
GRAY
Gray hex colorstatic String
GREEN
Green hex colorstatic String
LTGRAY
Light Gray hex colorstatic String
MAGENTA
Magenta hex colorstatic String
ORANGE
Orange hex colorstatic String
PINK
Pink hex colorstatic String
PURPLE
Purple hex colorstatic String
RED
Red hex colorstatic String
VIOLET
Violet hex colorstatic String
WHITE
White hex colorstatic String
YELLOW
Yellow hex color
-
Constructor Summary
Constructors Constructor Description ColorConstants()
-
-
-
Field Detail
-
BLACK
public static final String BLACK
Black hex color- See Also:
- Constant Field Values
-
BLUE
public static final String BLUE
Blue hex color- See Also:
- Constant Field Values
-
BROWN
public static final String BROWN
Brown hex color- See Also:
- Constant Field Values
-
CYAN
public static final String CYAN
Cyan hex color- See Also:
- Constant Field Values
-
DKGRAY
public static final String DKGRAY
Dark Gray hex color- See Also:
- Constant Field Values
-
GRAY
public static final String GRAY
Gray hex color- See Also:
- Constant Field Values
-
GREEN
public static final String GREEN
Green hex color- See Also:
- Constant Field Values
-
LTGRAY
public static final String LTGRAY
Light Gray hex color- See Also:
- Constant Field Values
-
MAGENTA
public static final String MAGENTA
Magenta hex color- See Also:
- Constant Field Values
-
ORANGE
public static final String ORANGE
Orange hex color- See Also:
- Constant Field Values
-
PINK
public static final String PINK
Pink hex color- See Also:
- Constant Field Values
-
PURPLE
public static final String PURPLE
Purple hex color- See Also:
- Constant Field Values
-
RED
public static final String RED
Red hex color- See Also:
- Constant Field Values
-
VIOLET
public static final String VIOLET
Violet hex color- See Also:
- Constant Field Values
-
WHITE
public static final String WHITE
White hex color- See Also:
- Constant Field Values
-
YELLOW
public static final String YELLOW
Yellow hex color- See Also:
- Constant Field Values
-
-