Package | Description |
---|---|
<Unnamed> | |
org.jboss.aesh.cl.renderer | |
org.jboss.aesh.graphics | |
org.jboss.aesh.terminal |
Modifier and Type | Method and Description |
---|---|
TerminalColor |
AeshExample.BlueBoldRenderer.getColor() |
Modifier and Type | Method and Description |
---|---|
TerminalColor |
NullOptionRenderer.getColor() |
TerminalColor |
OptionRenderer.getColor() |
Modifier and Type | Method and Description |
---|---|
TerminalColor |
AeshGraphics.getColor() |
TerminalColor |
Graphics.getColor() |
Modifier and Type | Method and Description |
---|---|
void |
AeshGraphics.setColor(TerminalColor color) |
void |
Graphics.setColor(TerminalColor color)
Sets this graphics context's current color to the specified color.
|
Modifier and Type | Method and Description |
---|---|
String |
TerminalColor.toString(TerminalColor prev) |
Constructor and Description |
---|
TerminalCharacter(char c,
TerminalColor color) |
TerminalCharacter(char c,
TerminalColor color,
CharacterType type) |
TerminalCharacter(char c,
TerminalColor color,
TerminalTextStyle style) |
TerminalString(String chars,
TerminalColor color) |
TerminalString(String chars,
TerminalColor color,
TerminalTextStyle style) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.