|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--moka.lang.Object | +--moka.x.Font
Border class encapsulates fonts.
Field Summary | |
static short |
FONT_4x6
Use a proportional small font. |
static short |
FONT_6x8
Use a fixed-width medium font. |
static short |
FONT_8x10
Use a fixed-width large font. |
static short |
FONT_SYSTEM
Use the current system font. |
Constructor Summary | |
Font()
|
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 FONT_4x6
public static final short FONT_6x8
public static final short FONT_8x10
public static final short FONT_SYSTEM
Constructor Detail |
public Font()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |