jMobileCore toolkit

com.jmobilecore.ui.core
Class Color

java.lang.Object
  extended by com.jmobilecore.ui.core.Color

public class Color
extends java.lang.Object

The colors available to midlets.

Author:
Greg Gridin

Field Summary
static int BLACK
          The color black.
static int BLUE
          The color blue.
static int CYAN
          The color cyan.
static int DK_BLUE
          The color dark blue.
static int DK_GRAY
          The color dark gray.
static int DK_GREEN
          The color dark green.
static int DK_RED
          The color dark red.
static int GREEN
          The color green.
static int LT_BLUE
          The color light blue.
static int LT_CYAN
          The color light cyan.
static int LT_GRAY
          The color light gray.
static int LT_GREEN
          The color light green.
static int LT_MAGENTA
          The color light magenta.
static int LT_RED
          The color light red.
static int LT_YELLOW
          The color light yellow.
static int MAGENTA
          The color magenta.
static int RED
          The color red.
static int TRANSPARENT
          "Transparent" color.
static int WHITE
          The color white.
static int YELLOW
          The color yellow.
 
Constructor Summary
Color()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLACK

public static final int BLACK
The color black.

See Also:
Constant Field Values

BLUE

public static final int BLUE
The color blue.

See Also:
Constant Field Values

CYAN

public static final int CYAN
The color cyan.

See Also:
Constant Field Values

DK_BLUE

public static final int DK_BLUE
The color dark blue.

See Also:
Constant Field Values

DK_GRAY

public static final int DK_GRAY
The color dark gray.

See Also:
Constant Field Values

DK_GREEN

public static final int DK_GREEN
The color dark green.

See Also:
Constant Field Values

DK_RED

public static final int DK_RED
The color dark red.

See Also:
Constant Field Values

GREEN

public static final int GREEN
The color green.

See Also:
Constant Field Values

LT_BLUE

public static final int LT_BLUE
The color light blue.

See Also:
Constant Field Values

LT_CYAN

public static final int LT_CYAN
The color light cyan.

See Also:
Constant Field Values

LT_GRAY

public static final int LT_GRAY
The color light gray.

See Also:
Constant Field Values

LT_GREEN

public static final int LT_GREEN
The color light green.

See Also:
Constant Field Values

LT_MAGENTA

public static final int LT_MAGENTA
The color light magenta.

See Also:
Constant Field Values

LT_RED

public static final int LT_RED
The color light red.

See Also:
Constant Field Values

LT_YELLOW

public static final int LT_YELLOW
The color light yellow.

See Also:
Constant Field Values

MAGENTA

public static final int MAGENTA
The color magenta.

See Also:
Constant Field Values

RED

public static final int RED
The color red.

See Also:
Constant Field Values

TRANSPARENT

public static final int TRANSPARENT
"Transparent" color. This color is valid for Motorola handsets, but may not apply for all phones.

See Also:
Constant Field Values

WHITE

public static final int WHITE
The color white.

See Also:
Constant Field Values

YELLOW

public static final int YELLOW
The color yellow.

See Also:
Constant Field Values
Constructor Detail

Color

public Color()

jMobileCore toolkit