| Package | Description |
|---|---|
| de.mhus.lib.core.console |
| Modifier and Type | Method and Description |
|---|---|
Console.COLOR |
VirtualConsole.getBackgroundColor()
getBackgroundColor.
|
Console.COLOR |
SimpleConsole.getBackgroundColor()
getBackgroundColor.
|
abstract Console.COLOR |
Console.getBackgroundColor()
getBackgroundColor.
|
Console.COLOR |
ANSIConsole.getBackgroundColor()
getBackgroundColor.
|
Console.COLOR |
VirtualConsole.getForegroundColor()
getForegroundColor.
|
Console.COLOR |
SimpleConsole.getForegroundColor()
getForegroundColor.
|
abstract Console.COLOR |
Console.getForegroundColor()
getForegroundColor.
|
Console.COLOR |
ANSIConsole.getForegroundColor()
getForegroundColor.
|
static Console.COLOR |
Console.COLOR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Console.COLOR[] |
Console.COLOR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ANSIConsole.colorToSequence(Console.COLOR col)
colorToSequence.
|
void |
VirtualConsole.setColor(Console.COLOR foreground,
Console.COLOR background)
setColor.
|
void |
SimpleConsole.setColor(Console.COLOR foreground,
Console.COLOR background)
setColor.
|
abstract void |
Console.setColor(Console.COLOR foreground,
Console.COLOR background)
setColor.
|
void |
ANSIConsole.setColor(Console.COLOR foreground,
Console.COLOR background)
setColor.
|
Copyright © 2016. All Rights Reserved.