Interface | Description |
---|---|
TextColor |
This is an abstract base class for terminal color definitions.
|
Class | Description |
---|---|
Symbols |
Some text graphics, taken from http://en.wikipedia.org/wiki/Codepage_437 but converted to its UTF-8 counterpart.
|
TerminalPosition |
A 2-d position in 'terminal space'.
|
TerminalRectangle |
This class is immutable and cannot change its internal state after creation.
|
TerminalSize |
Terminal dimensions in 2-d space, measured in number of rows and columns.
|
TerminalTextUtils |
This class contains a number of utility methods for analyzing characters and strings in a terminal context.
|
TextCharacter |
Represents a single character with additional metadata such as colors and modifiers.
|
TextColor.Factory |
Utility class to instantiate colors from other types and definitions
|
TextColor.Indexed |
This class represents a color expressed in the indexed XTerm 256 color extension, where each color is defined in a
lookup-table.
|
TextColor.RGB |
This class can be used to specify a color in 24-bit color space (RGB with 8-bit resolution per color).
|
Enum | Description |
---|---|
SGR |
SGR - Select Graphic Rendition, changes the state of the terminal as to what kind of text to print after this
command.
|
TextColor.ANSI |
This class represent classic ANSI colors that are likely to be very compatible with most terminal
implementations.
|
Copyright © 2020. All rights reserved.