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