All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ANSI |
anti(String text) |
ANSI |
anti(String text,
ANSI.Background background) |
ANSI |
anti(String text,
ANSI.Color color) |
ANSI |
anti(String text,
ANSI.Color color,
ANSI.Background background) |
ANSI |
append(String text) |
ANSI |
append(String text,
ANSI.Background background) |
ANSI |
append(String text,
ANSI.Color color) |
ANSI |
append(String text,
ANSI.Color color,
ANSI.Background background) |
ANSI |
append(String text,
ANSI.Style style) |
ANSI |
append(String text,
ANSI.Style style,
ANSI.Color color,
ANSI.Background background) |
ANSI |
background(String text,
ANSI.Background background) |
ANSI |
black(String text) |
ANSI |
black(String text,
ANSI.Background background) |
ANSI |
blue(String text) |
ANSI |
blue(String text,
ANSI.Background background) |
ANSI |
bold(String text) |
ANSI |
bold(String text,
ANSI.Background background) |
ANSI |
bold(String text,
ANSI.Color color) |
ANSI |
bold(String text,
ANSI.Color color,
ANSI.Background background) |
ANSI |
br() |
ANSI |
br(boolean br) |
ANSI |
color(ANSI.Background background,
String code) |
ANSI |
color(ANSI.Color color,
String code) |
ANSI |
cr() |
ANSI |
crlf() |
ANSI |
cssname(String cssname) |
ANSI |
cyan(String text) |
ANSI |
cyan(String text,
ANSI.Background background) |
static String |
down(String text) |
ANSI |
gray(String text) |
ANSI |
gray(String text,
ANSI.Background background) |
ANSI |
gray(String text,
ANSI.Color color) |
ANSI |
gray(String text,
ANSI.Color color,
ANSI.Background background) |
ANSI |
green(String text) |
ANSI |
green(String text,
ANSI.Background background) |
String |
html() |
ANSI |
lf() |
ANSI |
magenta(String text) |
ANSI |
magenta(String text,
ANSI.Background background) |
ANSI |
newline() |
ANSI |
newline(LineBreak newline) |
ANSI |
newline(String newline) |
ANSI |
red(String text) |
ANSI |
red(String text,
ANSI.Background background) |
String |
string() |
ANSI |
text(String text) |
ANSI |
text(String text,
ANSI.Background background) |
ANSI |
text(String text,
ANSI.Color color) |
ANSI |
text(String text,
ANSI.Color color,
ANSI.Background background) |
ANSI |
text(String text,
ANSI.Style style,
ANSI.Color color,
ANSI.Background background) |
String |
toString() |
ANSI |
underline(String text) |
ANSI |
underline(String text,
ANSI.Background background) |
ANSI |
underline(String text,
ANSI.Color color) |
ANSI |
underline(String text,
ANSI.Color color,
ANSI.Background background) |
static ANSI |
up() |
ANSI |
white(String text) |
ANSI |
white(String text,
ANSI.Background background) |
static ANSI |
wrap(String text) |
ANSI |
yellow(String text) |
ANSI |
yellow(String text,
ANSI.Background background) |