Uses of Class
org.jline.jansi.Ansi.Color
-
Packages that use Ansi.Color Package Description org.jline.jansi -
-
Uses of Ansi.Color in org.jline.jansi
Methods in org.jline.jansi that return Ansi.Color Modifier and Type Method Description Ansi.ColorAnsiRenderer.Code. getColor()static Ansi.ColorAnsi.Color. valueOf(java.lang.String name)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.jline.jansi with parameters of type Ansi.Color Modifier and Type Method Description AnsiAnsi. bg(Ansi.Color color)AnsiAnsi. bgBright(Ansi.Color color)AnsiAnsi. fg(Ansi.Color color)AnsiAnsi. fgBright(Ansi.Color color)
-