|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--moka.lang.Object | +--moka.x.Color
Color class encapsulates colors.
Field Summary | |
static short |
BLACK_COLOR
Draw in black. |
static short |
INVERT_COLOR
Draw the invert color. |
static short |
SHADE_H_COLOR
Draw using a horizontal shading pattern. |
static short |
SHADE_NS_COLOR
Draw using a negative slope diagonal shading pattern. |
static short |
SHADE_PS_COLOR
Draw using a positive slope diagonal shading pattern. |
static short |
SHADE_V_COLOR
Draw using a vertical shading pattern. |
static short |
WHITE_COLOR
Draw in white. |
Constructor Summary | |
Color()
|
Methods inherited from class moka.lang.Object |
equals, finalize, getClassName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final short BLACK_COLOR
public static final short WHITE_COLOR
public static final short INVERT_COLOR
public static final short SHADE_V_COLOR
public static final short SHADE_H_COLOR
public static final short SHADE_NS_COLOR
public static final short SHADE_PS_COLOR
Constructor Detail |
public Color()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |