| Package | Description |
|---|---|
| ca.uqac.lif.tui |
| Modifier and Type | Method and Description |
|---|---|
static AnsiPrinter.Color |
AnsiPrinter.Color.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnsiPrinter.Color[] |
AnsiPrinter.Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AnsiPrinter |
AnsiPrinter.bg(AnsiPrinter.Color c)
Shortcut to
AnsiPrinter.setBackgroundColor(Color). |
AnsiPrinter |
AnsiPrinter.fg(AnsiPrinter.Color c)
Shortcut to
AnsiPrinter.setForegroundColor(Color). |
AnsiPrinter |
AnsiPrinter.setBackgroundColor(AnsiPrinter.Color c)
Sets the background color for printed text.
|
AnsiPrinter |
AnsiPrinter.setForegroundColor(AnsiPrinter.Color c)
Sets the foreground color for printed text.
|
Copyright © Sylvain HallĂ©. All Rights Reserved.