Uses of Enum Class
de.s42.base.console.AnsiHelper.TerminalBackgroundColor
Packages that use AnsiHelper.TerminalBackgroundColor
-
Uses of AnsiHelper.TerminalBackgroundColor in de.s42.base.console
Subclasses with type arguments of type AnsiHelper.TerminalBackgroundColor in de.s42.base.consoleMethods in de.s42.base.console that return AnsiHelper.TerminalBackgroundColorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AnsiHelper.TerminalBackgroundColor[]AnsiHelper.TerminalBackgroundColor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.s42.base.console with parameters of type AnsiHelper.TerminalBackgroundColorModifier and TypeMethodDescriptionstatic StringAnsiHelper.coloredString(String text, AnsiHelper.TerminalColor color, AnsiHelper.TerminalBackgroundColor background) static StringAnsiHelper.coloredString(String text, AnsiHelper.TerminalColor color, AnsiHelper.TerminalBackgroundColor background, boolean ansiEnabled)