Uses of Class
com.googlecode.lanterna.TextColor.ANSI
-
Packages that use TextColor.ANSI Package Description com.googlecode.lanterna com.googlecode.lanterna.terminal.swing -
-
Uses of TextColor.ANSI in com.googlecode.lanterna
Methods in com.googlecode.lanterna that return TextColor.ANSI Modifier and Type Method Description static TextColor.ANSI
TextColor.ANSI. valueOf(java.lang.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. -
Uses of TextColor.ANSI in com.googlecode.lanterna.terminal.swing
Methods in com.googlecode.lanterna.terminal.swing with parameters of type TextColor.ANSI Modifier and Type Method Description java.awt.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.
-