Package | Description |
---|---|
com.pi4j.util |
Modifier and Type | Method and Description |
---|---|
static ConsoleColor |
ConsoleColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleColor[] |
ConsoleColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CharSequence |
ConsoleColor.build(ConsoleColor color,
boolean reset,
Object... data) |
static CharSequence |
ConsoleColor.build(ConsoleColor color,
Object... data) |
static CharSequence |
ConsoleColor.conditional(boolean condition,
ConsoleColor positive,
ConsoleColor negative,
Object... data) |
Copyright © 2012–2019 Pi4J. All rights reserved.