Modifier and Type | Method and Description |
---|---|
Ansi.Color |
AnsiRenderer.Code.getColor() |
static Ansi.Color |
Ansi.Color.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Ansi.Color[] |
Ansi.Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Ansi |
Ansi.bg(Ansi.Color color) |
Ansi |
Ansi.NoAnsi.bg(Ansi.Color color) |
Ansi |
Ansi.bgBright(Ansi.Color color) |
Ansi |
Ansi.NoAnsi.bgBright(Ansi.Color color) |
Ansi |
Ansi.fg(Ansi.Color color) |
Ansi |
Ansi.NoAnsi.fg(Ansi.Color color) |
Ansi |
Ansi.fgBright(Ansi.Color color) |
Ansi |
Ansi.NoAnsi.fgBright(Ansi.Color color) |