Uses of Enum
com.googlecode.lanterna.TextColor.ANSI
Packages that use TextColor.ANSI
-
Uses of TextColor.ANSI in com.googlecode.lanterna
Methods in com.googlecode.lanterna that return TextColor.ANSIModifier and TypeMethodDescriptionstatic TextColor.ANSI
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.ANSIModifier and TypeMethodDescriptionTerminalEmulatorPalette.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.