| Package | Description |
|---|---|
| io.enoa.toolkit.ansi |
| Modifier and Type | Method and Description |
|---|---|
static ANSI.Style |
ANSI.Style.of(Integer ix) |
static ANSI.Style |
ANSI.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ANSI.Style[] |
ANSI.Style.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.append(String text,
ANSI.Style style) |
ANSI |
ANSI.append(String text,
ANSI.Style style,
ANSI.Color color,
ANSI.Background background) |
ANSI |
ANSI.text(String text,
ANSI.Style style,
ANSI.Color color,
ANSI.Background background) |
Copyright © 2019. All rights reserved.