Uses of Enum
org.fusesource.jansi.Ansi.Color
Packages that use Ansi.Color
-
Uses of Ansi.Color in org.fusesource.jansi
Methods in org.fusesource.jansi that return Ansi.ColorModifier and TypeMethodDescriptionstatic Ansi.Color
Returns the enum constant of this type with the specified name.static Ansi.Color[]
Ansi.Color.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fusesource.jansi with parameters of type Ansi.ColorModifier and TypeMethodDescriptionAnsi.bg
(Ansi.Color color) Ansi.bgBright
(Ansi.Color color) Ansi.fg
(Ansi.Color color) Ansi.fgBright
(Ansi.Color color)