|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.monica.javacom.virtualdisplay.MJCVirtualDisplayConstants
This class holds public constants for rendering special characters by any renderer for MJCVirtualDisplays.
Field Summary | |
static int |
CROSS
Cross |
static int |
HORIZ_LINE
Horizontal line |
static int |
HORIZ_VERT_LEFT
Left vertical line with horizontal line in the middle |
static int |
HORIZ_VERT_RIGHT
Right vertical line with horizontal line in the middle |
static int |
LL_CORNER
Lower left corner |
static int |
LR_CORNER
Lower right corner |
static int |
UL_CORNER
Upper left corner |
static int |
UR_CORNER
Upper right corner |
static int |
VERT_HORIZ_BOTTOM
Bottom horizontal line with vertical line in the middle |
static int |
VERT_HORIZ_TOP
Top horizontal line with vertical line in the middle |
static int |
VERT_LINE
Vertical line |
Constructor Summary | |
MJCVirtualDisplayConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int HORIZ_LINE
public static final int VERT_LINE
public static final int UL_CORNER
public static final int UR_CORNER
public static final int LL_CORNER
public static final int LR_CORNER
public static final int VERT_HORIZ_BOTTOM
public static final int VERT_HORIZ_TOP
public static final int HORIZ_VERT_LEFT
public static final int HORIZ_VERT_RIGHT
public static final int CROSS
Constructor Detail |
public MJCVirtualDisplayConstants()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |