Uses of Enum
com.googlecode.lanterna.TextColor.ANSI
Packages that use TextColor.ANSI
-
Uses of TextColor.ANSI in com.googlecode.lanterna
Subclasses with type arguments of type TextColor.ANSI in com.googlecode.lanternaModifier and TypeClassDescriptionstatic enumThis class represent classic ANSI colors that are likely to be very compatible with most terminal implementations.Methods in com.googlecode.lanterna that return TextColor.ANSIModifier and TypeMethodDescriptionstatic TextColor.ANSIReturns 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.