| Package | Description |
|---|---|
| org.ff4j.cli.ansi |
| Modifier and Type | Method and Description |
|---|---|
static AnsiForegroundColor |
AnsiForegroundColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnsiForegroundColor[] |
AnsiForegroundColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AnsiTerminal.foreGroundColor(AnsiForegroundColor color)
Change text color
|
static void |
AnsiTerminal.print(String text,
AnsiForegroundColor color)
Output.
|
static void |
AnsiTerminal.setup(AnsiForegroundColor color,
AnsiBackGroundColor backgroundColor,
AnsiTextAttribute attribute)
Change everything.
|
Copyright © 2013–2017 FF4J. All rights reserved.