Uses of Class
com.googlecode.lanterna.screen.AbstractScreen
Packages that use AbstractScreen
-
Uses of AbstractScreen in com.googlecode.lanterna.screen
Subclasses of AbstractScreen in com.googlecode.lanterna.screenModifier and TypeClassDescriptionclass
This is the default concrete implementation of the Screen interface, a buffered layer sitting on top of a Terminal.class
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.