Uses of Class
com.googlecode.lanterna.screen.AbstractScreen
-
Packages that use AbstractScreen Package Description com.googlecode.lanterna.screen -
-
Uses of AbstractScreen in com.googlecode.lanterna.screen
Subclasses of AbstractScreen in com.googlecode.lanterna.screen Modifier and Type Class Description class
TerminalScreen
This is the default concrete implementation of the Screen interface, a buffered layer sitting on top of a Terminal.class
VirtualScreen
VirtualScreen wraps a normal screen and presents it as a screen that has a configurable minimum size; if the real screen is smaller than this size, the presented screen will add scrolling to get around it.
-