Uses of Class
de.mhus.lib.core.console.Console.COLOR
-
Packages that use Console.COLOR Package Description de.mhus.lib.core.console -
-
Uses of Console.COLOR in de.mhus.lib.core.console
Fields in de.mhus.lib.core.console declared as Console.COLOR Modifier and Type Field Description protected Console.COLORANSIConsole. backgroundprotected Console.COLORANSIConsole. foregroundMethods in de.mhus.lib.core.console that return Console.COLOR Modifier and Type Method Description Console.COLORANSIConsole. getBackgroundColor()abstract Console.COLORConsole. getBackgroundColor()Console.COLORSimpleConsole. getBackgroundColor()Console.COLORVirtualConsole. getBackgroundColor()Console.COLORANSIConsole. getForegroundColor()abstract Console.COLORConsole. getForegroundColor()Console.COLORSimpleConsole. getForegroundColor()Console.COLORVirtualConsole. getForegroundColor()static Console.COLORConsole.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.Methods in de.mhus.lib.core.console with parameters of type Console.COLOR Modifier and Type Method Description static StringANSIConsole. ansiBackground(Console.COLOR color)static StringANSIConsole. ansiColorValue(Console.COLOR col)static StringANSIConsole. ansiForeground(Console.COLOR color)voidANSIConsole. setColor(Console.COLOR foreground, Console.COLOR background)abstract voidConsole. setColor(Console.COLOR foreground, Console.COLOR background)voidSimpleConsole. setColor(Console.COLOR foreground, Console.COLOR background)voidVirtualConsole. setColor(Console.COLOR foreground, Console.COLOR background)
-