Uses of Enum Class
com.strobel.io.Ansi.Color
Packages that use Ansi.Color
-
Uses of Ansi.Color in com.strobel.io
Methods in com.strobel.io that return Ansi.ColorModifier and TypeMethodDescriptionfinal Ansi.ColorAnsi.AnsiColor.getStandardColor()static Ansi.ColorReturns 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.AnsiColorAnsi.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)