Package | Description |
---|---|
org.stekikun.dolmen.common |
Modifier and Type | Method and Description |
---|---|
static Prompt.Colors |
Prompt.Colors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Prompt.Colors[] |
Prompt.Colors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Prompt.bg(Prompt.Colors c) |
Prompt.TermStream |
Prompt.TermStream.bg(Prompt.Colors c)
Sets the background text color to
c . |
static String |
Prompt.fg(Prompt.Colors c) |
Prompt.TermStream |
Prompt.TermStream.fg(Prompt.Colors c)
Sets the foreground text color to
c . |