Modifier and Type | Method and Description |
---|---|
Terminal.Color |
Theme.Definition.background() |
Terminal.Color |
Theme.Definition.foreground() |
Terminal.Color |
TextGraphics.getBackgroundColor() |
Terminal.Color |
TextGraphics.getForegroundColor() |
Modifier and Type | Method and Description |
---|---|
void |
TextGraphics.setBackgroundColor(Terminal.Color backgroundColor) |
void |
TextGraphics.setForegroundColor(Terminal.Color foregroundColor) |
Constructor and Description |
---|
Theme.Definition(Terminal.Color foreground,
Terminal.Color background) |
Theme.Definition(Terminal.Color foreground,
Terminal.Color background,
boolean highlighted) |
Theme.Definition(Terminal.Color foreground,
Terminal.Color background,
boolean highlighted,
boolean underlined) |
Modifier and Type | Method and Description |
---|---|
Terminal.Color |
Label.getTextColor() |
Modifier and Type | Method and Description |
---|---|
void |
Label.setTextColor(Terminal.Color textColor) |
Constructor and Description |
---|
Label(String text,
int fixedWidth,
Terminal.Color color,
Boolean textBold) |
Label(String text,
Terminal.Color textColor) |
Label(String text,
Terminal.Color textColor,
Boolean textBold) |
Modifier and Type | Method and Description |
---|---|
Terminal.Color |
ScreenWriter.getBackgroundColor() |
Terminal.Color |
ScreenWriter.getForegroundColor() |
Modifier and Type | Method and Description |
---|---|
void |
Screen.putString(int x,
int y,
String string,
Terminal.Color foregroundColor,
Terminal.Color backgroundColor,
ScreenCharacterStyle... styles)
Draws a string on the screen at a particular position
|
void |
Screen.putString(int x,
int y,
String string,
Terminal.Color foregroundColor,
Terminal.Color backgroundColor,
Set<ScreenCharacterStyle> styles)
Draws a string on the screen at a particular position
|
void |
ScreenWriter.setBackgroundColor(Terminal.Color backgroundColor) |
void |
ScreenWriter.setForegroundColor(Terminal.Color foregroundColor) |
void |
Screen.setPaddingCharacter(char character,
Terminal.Color foregroundColor,
Terminal.Color backgroundColor,
ScreenCharacterStyle... style) |
Modifier and Type | Method and Description |
---|---|
static Terminal.Color |
Terminal.Color.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Terminal.Color[] |
Terminal.Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Terminal.applyBackgroundColor(Terminal.Color color)
Changes the background color for all the following characters put to the
terminal.
|
void |
Terminal.applyForegroundColor(Terminal.Color color)
Changes the foreground color for all the following characters put to the
terminal.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingTerminal.applyBackgroundColor(Terminal.Color color) |
void |
SwingTerminal.applyForegroundColor(Terminal.Color color) |
Modifier and Type | Method and Description |
---|---|
void |
ANSITerminal.applyBackgroundColor(Terminal.Color color) |
void |
ANSITerminal.applyForegroundColor(Terminal.Color color) |
Copyright © 2014. All Rights Reserved.