Package | Description |
---|---|
<Unnamed> | |
org.jboss.aesh.cl.renderer | |
org.jboss.aesh.graphics | |
org.jboss.aesh.terminal |
Modifier and Type | Method and Description |
---|---|
TerminalTextStyle |
AeshExample.BlueBoldRenderer.getTextType() |
Modifier and Type | Method and Description |
---|---|
TerminalTextStyle |
OptionRenderer.getTextType() |
TerminalTextStyle |
NullOptionRenderer.getTextType() |
Modifier and Type | Method and Description |
---|---|
TerminalTextStyle |
AeshGraphics.getTextStyle() |
TerminalTextStyle |
Graphics.getTextStyle() |
Modifier and Type | Method and Description |
---|---|
void |
AeshGraphics.setTextStyle(TerminalTextStyle textStyle) |
void |
Graphics.setTextStyle(TerminalTextStyle textStyle)
Set this graphics context's current text style
Note: Not implemented yet
|
Modifier and Type | Method and Description |
---|---|
TerminalTextStyle |
TerminalCharacter.getStyle() |
TerminalTextStyle |
TerminalString.getStyle() |
Modifier and Type | Method and Description |
---|---|
String |
TerminalTextStyle.getValueComparedToPrev(TerminalTextStyle prev) |
Constructor and Description |
---|
TerminalCharacter(char c,
TerminalColor color,
TerminalTextStyle style) |
TerminalCharacter(char c,
TerminalTextStyle style) |
TerminalString(String chars,
TerminalColor color,
TerminalTextStyle style) |
TerminalString(String chars,
TerminalTextStyle style) |
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.