Package | Description |
---|---|
com.googlecode.lanterna | |
com.googlecode.lanterna.terminal.swing |
Modifier and Type | Method and Description |
---|---|
static TextColor.ANSI |
TextColor.ANSI.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextColor.ANSI[] |
TextColor.ANSI.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Color |
TerminalEmulatorPalette.get(TextColor.ANSI color,
boolean isForeground,
boolean useBrightTones)
Returns the AWT color from this palette given an ANSI color and two hints for if we are looking for a background
color and if we want to use the bright version.
|
Copyright © 2016. All rights reserved.