Uses of Class
com.googlecode.lanterna.terminal.swing.TerminalEmulatorPalette
Packages that use TerminalEmulatorPalette
-
Uses of TerminalEmulatorPalette in com.googlecode.lanterna.terminal.swing
Fields in com.googlecode.lanterna.terminal.swing declared as TerminalEmulatorPaletteModifier and TypeFieldDescriptionprivate final TerminalEmulatorPalette
TerminalEmulatorColorConfiguration.colorPalette
static final TerminalEmulatorPalette
TerminalEmulatorPalette.DEFAULT
Default colors the SwingTerminal is using if you don't specify anythingstatic final TerminalEmulatorPalette
TerminalEmulatorPalette.GNOME_TERMINAL
Values taken from gnome-terminal on Ubuntustatic final TerminalEmulatorPalette
TerminalEmulatorPalette.MAC_OS_X_TERMINAL_APP
Values taken from wikipedia, these are supposed to be what terminal.app on MacOSX is using.static final TerminalEmulatorPalette
TerminalEmulatorPalette.PUTTY
Values taken from wikipedia, these are supposed to be what putty is using.static final TerminalEmulatorPalette
TerminalEmulatorPalette.STANDARD_VGA
Values taken from wikipedia, these are supposed to be the standard VGA palette.static final TerminalEmulatorPalette
TerminalEmulatorPalette.WINDOWS_XP_COMMAND_PROMPT
Values taken from wikipedia, these are supposed to be what Windows XP cmd is using.static final TerminalEmulatorPalette
TerminalEmulatorPalette.XTERM
Values taken from wikipedia, these are supposed to be what xterm is using.Methods in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorPaletteModifier and TypeMethodDescriptionTerminalEmulatorColorConfiguration.newInstance
(TerminalEmulatorPalette colorPalette) Creates a new color configuration based on a particular palette and with using brighter colors on bold text.Constructors in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorPaletteModifierConstructorDescriptionprivate
TerminalEmulatorColorConfiguration
(TerminalEmulatorPalette colorPalette, boolean useBrightColorsOnBold)