| Package | Description |
|---|---|
| jlibs.core.lang |
| Modifier and Type | Method and Description |
|---|---|
static Ansi.Color |
Ansi.Color.valueOf(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.
|
| Constructor and Description |
|---|
Ansi(Ansi.Attribute attr,
Ansi.Color foreground,
Ansi.Color background)
Creates new instanceof Ansi.
|
Copyright © 2021. All rights reserved.