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 TypeMethodDescriptionvoid
clear()
getSize()
getTerminalPrinter
(int startRow) void
void
refresh()
void
setCursorPosition
(int column, int row)
-
Method Details
-
clear
void clear() -
refresh
void refresh() -
getSize
-
doResizeIfNecessary
-
pollKeyPress
-
getCursorPosition
-
setCursorPosition
-
hideCursor
void hideCursor() -
getTerminalPrinter
-