Uses of Class
com.pi4j.util.ConsoleColor
-
Packages that use ConsoleColor Package Description com.pi4j.util -
-
Uses of ConsoleColor in com.pi4j.util
Methods in com.pi4j.util that return ConsoleColor Modifier and Type Method 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.Methods in com.pi4j.util with parameters of type ConsoleColor Modifier and Type Method 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)
-