Uses of Enum Class
com.strobel.io.Ansi.Color
Packages that use Ansi.Color
-
Uses of Ansi.Color in com.strobel.io
Fields in com.strobel.io declared as Ansi.ColorMethods in com.strobel.io that return Ansi.ColorModifier and TypeMethodDescriptionfinal Ansi.Color
Ansi.AnsiColor.getStandardColor()
static 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.Methods in com.strobel.io with parameters of type Ansi.ColorModifier and TypeMethodDescriptionstatic Ansi.AnsiColor
Ansi.AnsiColor.forStandardColor
(Ansi.Color color) Constructors in com.strobel.io with parameters of type Ansi.ColorModifierConstructorDescriptionAnsi
(Ansi.Attribute attr, Ansi.Color foreground, Ansi.Color background) Creates new instanceof Ansi.AnsiColor
(Ansi.Color standardColor)