Class ANSIBuilder
java.lang.Object
org.aesh.terminal.utils.ANSIBuilder
- Author:
- Ståle Pedersen
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionappend(char data) append(char[] data) append(double data) append(float data) append(int data) append(long data) append(CharSequence data) append(StringBuilder data) bg(ANSIBuilder.Color color) blackBg()blink()blinkOff()blueBg()blueText()bold()boldOff()static ANSIBuilderbuilder()static ANSIBuilderbuilder(boolean enableAnsi) clear()conceal()crossedOut(String text) cyanBg()cyanText()defaultText(String text) faint()faintOff()greenBg()invert()italic()magentaText(String text) newline()redBg()redText()text(ANSIBuilder.Color color) textType(ANSIBuilder.TextType type) toString()whiteBg()yellowBg()yellowText(String text)
-
Method Details
-
builder
-
builder
-
resetColors
-
clear
-
text
-
textType
-
bg
-
blackText
-
redText
-
greenText
-
yellowText
-
blueText
-
magentaText
-
cyanText
-
whiteText
-
defaultText
-
blackBg
-
redBg
-
greenBg
-
yellowBg
-
blueBg
-
magentaBg
-
cyanBg
-
whiteBg
-
defaultBg
-
blackText
-
redText
-
greenText
-
yellowText
-
blueText
-
magentaText
-
cyanText
-
whiteText
-
defaultText
-
blackBg
-
redBg
-
greenBg
-
yellowBg
-
blueBg
-
magentaBg
-
cyanBg
-
whiteBg
-
defaultBg
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
bold
-
boldOff
-
faint
-
faintOff
-
italic
-
italicOff
-
underline
-
underlineOff
-
blink
-
blinkOff
-
invert
-
invertOff
-
conceal
-
concealOff
-
crossedOut
-
crossedOutOff
-
newline
-
bold
-
faint
-
italic
-
underline
-
blink
-
invert
-
conceal
-
crossedOut
-
toString
-