| Package | Description |
|---|---|
| org.jboss.aesh.terminal |
| Modifier and Type | Method and Description |
|---|---|
Color |
TerminalHandler.getBackgroundColor() |
Color |
TerminalCharacter.getBackgroundColor() |
Color |
TerminalHandler.getForegroundColor() |
Color |
TerminalCharacter.getTextColor() |
static Color |
Color.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Color[] |
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 |
TerminalHandler.setBackgroundColor(Color backgroundColor) |
void |
TerminalHandler.setForegroundColor(Color foregroundColor) |
| Constructor and Description |
|---|
TerminalCharacter(char c,
Color background,
Color text) |
TerminalCharacter(char c,
Color background,
Color text,
CharacterType type) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.