private class ChuiWebDriver.VT100WebRenderer extends VT100RendererImpl
| Constructor and Description |
|---|
VT100WebRenderer(Cell[][] data,
int rows,
int cols)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beep()
Ring the terminal bell.
|
void |
setCursorVisible(boolean showCursor)
Set cursor visibility.
|
protected void |
updateScreen()
Update screen.
|
attributeMask, emptyCell, makeCelleraseInDisplay, eraseInLine, getColumns, getCursorCol, getCursorRow, index, moveCursorPos, nextLine, reverseIndex, setAutoWrap, setCellText, setCursorCol, setCursorPos, setScrollRegionpublic VT100WebRenderer(Cell[][] data, int rows, int cols)
data - Video buffer.rows - Number of rows on the screen.cols - Number of columns on the screen.public void beep()
beep in interface VT100Rendererbeep in class VT100AbstractRenderer<Cell>public void setCursorVisible(boolean showCursor)
setCursorVisible in interface VT100RenderersetCursorVisible in class VT100AbstractRenderer<Cell>showCursor - true to make the cursor visible, false to hide it.protected void updateScreen()
updateScreen in class VT100AbstractRenderer<Cell>