| Interface | Description |
|---|---|
| Terminal |
This is the main terminal interface, at the lowest level supported by Lanterna.
|
| Terminal.ResizeListener |
Listener interface that can be used to be alerted on terminal resizing
|
| Class | Description |
|---|---|
| AbstractTerminal |
Containing a some very fundamental implementations that should be common for
all terminals
|
| ACS |
Some text graphics, taken from http://en.wikipedia.org/wiki/Codepage_437
but converted to its UTF-8 counterpart.
|
| InputEnabledAbstractTerminal |
This is an abstract terminal that can also read input events (keys), with a
default implementation of the methods from
InputProvider. |
| TerminalPosition |
A 2-d position in 'terminal space'.
|
| TerminalSize |
Terminal dimensions in 2-d space, measured in number of rows and columns
|
| XTerm8bitIndexedColorUtils |
This class can help you convert to and from the 8-bit indexed color standard that is supported
by some terminal emulators.
|
| Enum | Description |
|---|---|
| Terminal.Color | |
| Terminal.SGR |
SGR - Select Graphic Rendition, changes the state of the terminal as to
what kind of text to print after this command.
|
Copyright © 2015. All Rights Reserved.