Uses of Class
com.strobel.io.Ansi.Color
-
Packages that use Ansi.Color Package Description com.strobel.io -
-
Uses of Ansi.Color in com.strobel.io
Fields in com.strobel.io declared as Ansi.Color Modifier and Type Field Description private Ansi.Color
Ansi.AnsiColor. _standardColor
Methods in com.strobel.io that return Ansi.Color Modifier and Type Method Description Ansi.Color
Ansi.AnsiColor. getStandardColor()
static Ansi.Color
Ansi.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 com.strobel.io with parameters of type Ansi.Color Modifier and Type Method Description static Ansi.AnsiColor
Ansi.AnsiColor. forStandardColor(Ansi.Color color)
Constructors in com.strobel.io with parameters of type Ansi.Color Constructor Description Ansi(Ansi.Attribute attr, Ansi.Color foreground, Ansi.Color background)
Creates new instanceof Ansi.AnsiColor(Ansi.Color standardColor)
-