TerminalBackend class abstract
Abstract interface for low-level terminal I/O operations.
- Implementers
Constructors
Properties
Methods
-
clear(
) → void - Clears the terminal screen.
-
flush(
) → void - Flushes any buffered output to the terminal.
-
hideCursor(
) → void - Hides the terminal cursor.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCursorPosition(
int x, int y) → void -
Moves the cursor to the given
x(column) andy(row) position. -
showCursor(
) → void - Shows the terminal cursor.
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String data) → void -
Writes
datato the terminal output.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited