|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kalmeo.kuix.util.Color
public class Color
| Field Summary | |
|---|---|
static Color |
BLACK
|
static Color |
BLUE
|
static Color |
GREEN
|
static Color |
RED
|
static Color |
WHITE
|
| Constructor Summary | |
|---|---|
Color(int rgb)
Construct a Color |
|
Color(java.lang.String rgbHex)
Construct a Color |
|
| Method Summary | |
|---|---|
int |
getRGB()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Color RED
public static final Color GREEN
public static final Color BLUE
public static final Color BLACK
public static final Color WHITE
| Constructor Detail |
|---|
public Color(int rgb)
Color
rgb - public Color(java.lang.String rgbHex)
Color
rgbHex - The RGB value in Hexadecimal format| Method Detail |
|---|
public int getRGB()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||