Uses of Enum Class
de.s42.base.console.AnsiHelper.TerminalColor
Packages that use AnsiHelper.TerminalColor
-
Uses of AnsiHelper.TerminalColor in de.s42.base.console
Subclasses with type arguments of type AnsiHelper.TerminalColor in de.s42.base.consoleMethods in de.s42.base.console that return AnsiHelper.TerminalColorModifier and TypeMethodDescriptionstatic AnsiHelper.TerminalColorReturns the enum constant of this class with the specified name.static AnsiHelper.TerminalColor[]AnsiHelper.TerminalColor.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.TerminalColorModifier and TypeMethodDescriptionstatic StringAnsiHelper.coloredString(String text, AnsiHelper.TerminalColor color) static StringAnsiHelper.coloredString(String text, AnsiHelper.TerminalColor color, boolean ansiEnabled) static StringAnsiHelper.coloredString(String text, AnsiHelper.TerminalColor color, AnsiHelper.TerminalBackgroundColor background) static StringAnsiHelper.coloredString(String text, AnsiHelper.TerminalColor color, AnsiHelper.TerminalBackgroundColor background, boolean ansiEnabled)