@InterfaceAudience.Private public class ScreenBuffer extends Object
Constructor and Description |
---|
ScreenBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
endOfLine(int column,
int row) |
void |
flush(PrintWriter output) |
CursorPosition |
getCursorPosition() |
void |
hideCursor() |
void |
putChar(int column,
int row,
char ch,
Attributes attributes) |
void |
putString(int column,
int row,
String string,
Attributes attributes) |
void |
reallocate(int columns,
int rows) |
void |
setCursorPosition(int column,
int row) |
public void reallocate(int columns, int rows)
public void clear()
public void flush(PrintWriter output)
public CursorPosition getCursorPosition()
public void setCursorPosition(int column, int row)
public void hideCursor()
public void putString(int column, int row, String string, Attributes attributes)
public void putChar(int column, int row, char ch, Attributes attributes)
public void endOfLine(int column, int row)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.