|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--moka.lang.Object | +--moka.x.Style
Style class encapsulates styles.
Field Summary | |
static short |
B_CUT_STYLE
Draw usign the rectangle with the upper corners cut style. |
static short |
B_DOUBLE_STYLE
Draw usign the double thick rectangle style. |
static short |
B_ROUNDED_STYLE
Draw usign the rectangle with rounded corners style. |
static short |
NORMAL_STYLE
Draw usign the normal style. |
static short |
RAISED_STYLE
Draw usign the raised style. |
Constructor Summary | |
Style()
|
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 NORMAL_STYLE
public static final short B_DOUBLE_STYLE
public static final short B_ROUNDED_STYLE
public static final short B_CUT_STYLE
public static final short RAISED_STYLE
Constructor Detail |
public Style()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |