Uses of Class
com.googlecode.lanterna.terminal.swing.TerminalEmulatorPalette
-
Packages that use TerminalEmulatorPalette Package Description com.googlecode.lanterna.terminal.swing -
-
Uses of TerminalEmulatorPalette in com.googlecode.lanterna.terminal.swing
Fields in com.googlecode.lanterna.terminal.swing declared as TerminalEmulatorPalette Modifier and Type Field Description private TerminalEmulatorPalette
TerminalEmulatorColorConfiguration. colorPalette
static TerminalEmulatorPalette
TerminalEmulatorPalette. DEFAULT
Default colors the SwingTerminal is using if you don't specify anythingstatic TerminalEmulatorPalette
TerminalEmulatorPalette. GNOME_TERMINAL
Values taken from gnome-terminal on Ubuntustatic TerminalEmulatorPalette
TerminalEmulatorPalette. MAC_OS_X_TERMINAL_APP
Values taken from wikipedia, these are supposed to be what terminal.app on MacOSX is using.static TerminalEmulatorPalette
TerminalEmulatorPalette. PUTTY
Values taken from wikipedia, these are supposed to be what putty is using.static TerminalEmulatorPalette
TerminalEmulatorPalette. STANDARD_VGA
Values taken from wikipedia, these are supposed to be the standard VGA palette.static TerminalEmulatorPalette
TerminalEmulatorPalette. WINDOWS_XP_COMMAND_PROMPT
Values taken from wikipedia, these are supposed to be what Windows XP cmd is using.static 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 TerminalEmulatorPalette Modifier and Type Method Description static TerminalEmulatorColorConfiguration
TerminalEmulatorColorConfiguration. 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 TerminalEmulatorPalette Constructor Description TerminalEmulatorColorConfiguration(TerminalEmulatorPalette colorPalette, boolean useBrightColorsOnBold)
-