Package com.shixing.sxedit.util
Class Color
- java.lang.Object
-
- com.shixing.sxedit.util.Color
-
public class Color extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Color()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
parseColor(java.lang.String colorString)
-
-
-
Field Detail
-
BLACK
public static final int BLACK
- See Also:
- Constant Field Values
-
DKGRAY
public static final int DKGRAY
- See Also:
- Constant Field Values
-
GRAY
public static final int GRAY
- See Also:
- Constant Field Values
-
LTGRAY
public static final int LTGRAY
- See Also:
- Constant Field Values
-
WHITE
public static final int WHITE
- See Also:
- Constant Field Values
-
RED
public static final int RED
- See Also:
- Constant Field Values
-
GREEN
public static final int GREEN
- See Also:
- Constant Field Values
-
BLUE
public static final int BLUE
- See Also:
- Constant Field Values
-
YELLOW
public static final int YELLOW
- See Also:
- Constant Field Values
-
CYAN
public static final int CYAN
- See Also:
- Constant Field Values
-
MAGENTA
public static final int MAGENTA
- See Also:
- Constant Field Values
-
TRANSPARENT
public static final int TRANSPARENT
- See Also:
- Constant Field Values
-
-