| Package | Description |
|---|---|
| de.mhus.lib.core.console |
| Modifier and Type | Method and Description |
|---|---|
Console.COLOR |
VirtualConsole.getBackgroundColor() |
Console.COLOR |
Simple.getBackgroundColor() |
abstract Console.COLOR |
Console.getBackgroundColor() |
Console.COLOR |
VirtualConsole.getForegroundColor() |
Console.COLOR |
Simple.getForegroundColor() |
abstract Console.COLOR |
Console.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 |
|---|---|
void |
VirtualConsole.setColor(Console.COLOR foreground,
Console.COLOR background) |
void |
Simple.setColor(Console.COLOR foreground,
Console.COLOR background) |
abstract void |
Console.setColor(Console.COLOR foreground,
Console.COLOR background) |
Copyright © 2014. All rights reserved.