com.mindbright.terminal
Interface DisplayModel
- All Known Implementing Classes:
- Terminal6530, TerminalVT100Style
public interface DisplayModel
ATTR_BOLD
static final int ATTR_BOLD
- See Also:
- Constant Field Values
ATTR_LOWINTENSITY
static final int ATTR_LOWINTENSITY
- See Also:
- Constant Field Values
ATTR_UNDERLINE
static final int ATTR_UNDERLINE
- See Also:
- Constant Field Values
ATTR_BLINKING
static final int ATTR_BLINKING
- See Also:
- Constant Field Values
ATTR_INVERSE
static final int ATTR_INVERSE
- See Also:
- Constant Field Values
ATTR_INVISIBLE
static final int ATTR_INVISIBLE
- See Also:
- Constant Field Values
ATTR_FGCOLOR
static final int ATTR_FGCOLOR
- See Also:
- Constant Field Values
ATTR_BGCOLOR
static final int ATTR_BGCOLOR
- See Also:
- Constant Field Values
ATTR_CHARNOTDRAWN
static final int ATTR_CHARNOTDRAWN
- See Also:
- Constant Field Values
ATTR_LINEDRAW
static final int ATTR_LINEDRAW
- See Also:
- Constant Field Values
ATTR_DWIDTH_L
static final int ATTR_DWIDTH_L
- See Also:
- Constant Field Values
ATTR_DWIDTH_R
static final int ATTR_DWIDTH_R
- See Also:
- Constant Field Values
ATTR_SELECTED
static final int ATTR_SELECTED
- See Also:
- Constant Field Values
ATTR_CHARDRAWN
static final int ATTR_CHARDRAWN
- See Also:
- Constant Field Values
MASK_ATTR
static final int MASK_ATTR
- See Also:
- Constant Field Values
MASK_FGCOL
static final int MASK_FGCOL
- See Also:
- Constant Field Values
MASK_BGCOL
static final int MASK_BGCOL
- See Also:
- Constant Field Values
SHIFT_FGCOL
static final int SHIFT_FGCOL
- See Also:
- Constant Field Values
SHIFT_BGCOL
static final int SHIFT_BGCOL
- See Also:
- Constant Field Values
getChars
char[] getChars(int visTop,
int row)
getAttribs
int[] getAttribs(int visTop,
int row)
getDisplayRows
int getDisplayRows()
getDisplayCols
int getDisplayCols()
getBufferRows
int getBufferRows()