Uses of Enum Class
org.fusesource.jansi.Ansi.Color
-
Uses of Ansi.Color in org.fusesource.jansi
Modifier and TypeMethodDescriptionstatic Ansi.Color
Returns the enum constant of this class with the specified name.static Ansi.Color[]
Ansi.Color.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAnsi.bg
(Ansi.Color color) Ansi.bgBright
(Ansi.Color color) Ansi.fg
(Ansi.Color color) Ansi.fgBright
(Ansi.Color color)