|
Class Summary |
| ansi |
Implements ansi terminal support, which
is defined as vt100 with graphics rendition
capabilities within this library.
|
| BasicTerminal |
A basic terminal implementation with the focus on vt100
related sequences. |
| ColorHelper |
Utility class that provides methods and constants
for creating and handling colored/styled Strings. |
| Colorizer |
Singleton utility class for translating
internal color/style markup into ANSI defined
escape sequences. |
| TerminalManager |
Class that manages all available terminal implementations.
Configuration is stored in a properties file
(normally Terminals.properties). |
| vt100 |
Implements VT 100 terminal support, as original,
without graphics rendition capabilities. |
| Windoof |
Implements a special variant which is common on
windows plattforms (i.e. |
| xterm |
This class implements the xterm terminal emulation. |