|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epseelon.mobimap.util.Color
public class Color
This class defines a few color constants
| Field Summary | |
|---|---|
static int |
BLACK
Constant for the int black: R=0, G=0, B=0. |
static int |
BLUE
Constant for the int blue: R=0, G=0, B=255. |
static int |
CYAN
Constant for the int cyan: R=0, G=255, B=255. |
static int |
DARK_GRAY
Constant for the int dark gray: R=64, G=64, B=64. |
static int |
GRAY
Constant for the int gray: R=128, G=128, B=128. |
static int |
GREEN
Constant for the int green: R=0, G=255, B=0. |
static int |
LIGHT_GRAY
Constant for the int light gray: R=192, G=192, B=192. |
static int |
LIGHT_YELLOW
|
static int |
MAGENTA
Constant for the int magenta: R=255, G=0, B=255. |
static int |
ORANGE
Constant for the int orange: R=255, G=200, B=0. |
static int |
PINK
Constant for the int pink: R=255, G=175, B=175. |
static int |
RED
Constant for the int red: R=255, G=0, B=0. |
static int |
WHITE
Constant for the int white: R=255, G=255, B=255. |
static int |
YELLOW
Constant for the int yellow: R=255, G=255, B=0. |
| Constructor Summary | |
|---|---|
Color()
|
|
| Method Summary | |
|---|---|
static javax.microedition.lcdui.Image |
getImageCopyWithTransparentBackground(javax.microedition.lcdui.Image img,
int transparentColor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int WHITE
public static final int LIGHT_GRAY
public static final int GRAY
public static final int DARK_GRAY
public static final int BLACK
public static final int RED
public static final int PINK
public static final int ORANGE
public static final int YELLOW
public static final int GREEN
public static final int MAGENTA
public static final int CYAN
public static final int BLUE
public static final int LIGHT_YELLOW
| Constructor Detail |
|---|
public Color()
| Method Detail |
|---|
public static javax.microedition.lcdui.Image getImageCopyWithTransparentBackground(javax.microedition.lcdui.Image img,
int transparentColor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||