|
kAWT Version 0.90 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Color
Field Summary | |
static Color |
black
|
static Color |
blue
|
static Color |
cyan
|
static Color |
darkGray
|
static Color |
gray
|
static Color |
green
|
static Color |
lightGray
|
static Color |
magenta
|
static Color |
orange
|
static Color |
pink
|
static Color |
red
|
static Color |
white
|
static Color |
yellow
|
Constructor Summary | |
Color(int rgb)
|
|
Color(int r,
int g,
int b)
|
Method Summary | |
int |
getRGB()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final Color white
public static final Color lightGray
public static final Color gray
public static final Color darkGray
public static final Color black
public static final Color red
public static final Color pink
public static final Color orange
public static final Color yellow
public static final Color green
public static final Color magenta
public static final Color cyan
public static final Color blue
Constructor Detail |
public Color(int rgb)
public Color(int r, int g, int b)
Method Detail |
public int getRGB()
|
kAWT Version 0.90 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |