jline
public class ANSIBuffer extends Object
| Nested Class Summary | |
|---|---|
| static class | ANSIBuffer.ANSICodes |
| Constructor Summary | |
|---|---|
| ANSIBuffer() | |
| ANSIBuffer(String str) | |
| Method Summary | |
|---|---|
| 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(boolean ansi) |
| String | toString() |
| ANSIBuffer | underscore(String str) |
| ANSIBuffer | yellow(String str) |