Interface Terminal
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
BatchTerminal,TerminalImpl
The terminal interface that is an abstraction of terminal screen.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getSize()getTerminalPrinter(int startRow) voidvoidrefresh()voidsetCursorPosition(int column, int row)
-
Method Details
-
clear
void clear() -
refresh
void refresh() -
getSize
-
doResizeIfNecessary
-
pollKeyPress
-
getCursorPosition
-
setCursorPosition
-
hideCursor
void hideCursor() -
getTerminalPrinter
-