public class ANSIBuffer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ANSIBuffer.ANSICodes |
Constructor and Description |
---|
ANSIBuffer() |
ANSIBuffer(String str) |
Modifier and Type | Method and Description |
---|---|
ANSIBuffer |
append(String str) |
ANSIBuffer |
attrib(String str,
int code) |
ANSIBuffer |
black(String str) |
ANSIBuffer |
blink(String str) |
ANSIBuffer |
blue(String str) |
ANSIBuffer |
bold(String str) |
ANSIBuffer |
cyan(String str) |
String |
getAnsiBuffer() |
boolean |
getAnsiEnabled() |
String |
getPlainBuffer() |
ANSIBuffer |
green(String str) |
ANSIBuffer |
magenta(String str) |
static void |
main(String[] args) |
ANSIBuffer |
red(String str) |
ANSIBuffer |
reverse(String str) |
void |
setAnsiEnabled(boolean ansi) |
String |
toString() |
String |
toString(boolean ansi) |
ANSIBuffer |
underscore(String str) |
ANSIBuffer |
yellow(String str) |
public ANSIBuffer()
public ANSIBuffer(String str)
public void setAnsiEnabled(boolean ansi)
public boolean getAnsiEnabled()
public String getAnsiBuffer()
public String getPlainBuffer()
public String toString(boolean ansi)
public ANSIBuffer append(String str)
public ANSIBuffer attrib(String str, int code)
public ANSIBuffer red(String str)
public ANSIBuffer blue(String str)
public ANSIBuffer green(String str)
public ANSIBuffer black(String str)
public ANSIBuffer yellow(String str)
public ANSIBuffer magenta(String str)
public ANSIBuffer cyan(String str)
public ANSIBuffer bold(String str)
public ANSIBuffer underscore(String str)
public ANSIBuffer blink(String str)
public ANSIBuffer reverse(String str)
Copyright © 2024. All rights reserved.