jaron.gui
Class Colors

java.lang.Object
  extended by 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

Field Summary
static int BLACK
           
static int BLUE
           
static int BLUE_LIGHT
           
static int BROWN
           
static int COMPONENT
           
static int CONTROL
           
static int CONTROL_CLICKED
           
static int CONTROL_HIGHLIGHTED
           
static int CONTROL_MOUSE_OVER
           
static int CONTROL_OFF
           
static int CONTROL_ON
           
static int GRAY_BACKGROUND
           
static int GRAY_DARK
           
static int GRAY_LIGHT
           
static int GRAY_WINDOW
           
static int GREEN
           
static int RED
           
static int STROKE
           
static int TEXT
           
static int WHITE
           
 
Constructor Summary
Colors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Colors

public Colors()