jaron.gui
Class Colors
java.lang.Object
jaron.gui.Colors
public class Colors
- extends java.lang.Object
The Colors
class is a helper class for the GUI color
handling.
- Since:
- 1.0
- Version:
- 1.2
- Author:
- jarontec gmail com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BLUE_LIGHT
public static final int BLUE_LIGHT
- See Also:
- Constant Field Values
BROWN
public static final int BROWN
- See Also:
- Constant Field Values
WHITE
public static final int WHITE
- See Also:
- Constant Field Values
BLACK
public static final int BLACK
- See Also:
- Constant Field Values
GRAY_LIGHT
public static final int GRAY_LIGHT
- See Also:
- Constant Field Values
GRAY_DARK
public static final int GRAY_DARK
- See Also:
- Constant Field Values
GRAY_WINDOW
public static final int GRAY_WINDOW
- See Also:
- Constant Field Values
GRAY_BACKGROUND
public static final int GRAY_BACKGROUND
- See Also:
- Constant Field Values
STROKE
public static final int STROKE
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
COMPONENT
public static final int COMPONENT
- See Also:
- Constant Field Values
CONTROL
public static final int CONTROL
- See Also:
- Constant Field Values
CONTROL_ON
public static final int CONTROL_ON
- See Also:
- Constant Field Values
CONTROL_OFF
public static final int CONTROL_OFF
- See Also:
- Constant Field Values
CONTROL_HIGHLIGHTED
public static final int CONTROL_HIGHLIGHTED
- See Also:
- Constant Field Values
CONTROL_CLICKED
public static final int CONTROL_CLICKED
- See Also:
- Constant Field Values
CONTROL_MOUSE_OVER
public static final int CONTROL_MOUSE_OVER
- See Also:
- Constant Field Values
Colors
public Colors()