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 ConsoleColorConsoleColor. 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 CharSequenceConsoleColor. build(ConsoleColor color, boolean reset, Object... data)static CharSequenceConsoleColor. build(ConsoleColor color, Object... data)static CharSequenceConsoleColor. conditional(boolean condition, ConsoleColor positive, ConsoleColor negative, Object... data)
-