Uses of Enum Class
com.strobel.io.Ansi.Attribute
Packages that use Ansi.Attribute
-
Uses of Ansi.Attribute in com.strobel.io
Methods in com.strobel.io that return Ansi.AttributeModifier and TypeMethodDescriptionstatic Ansi.Attribute
Returns the enum constant of this class with the specified name.static Ansi.Attribute[]
Ansi.Attribute.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.AttributeModifier and TypeMethodDescriptionprivate void
Ansi.init
(Ansi.Attribute attr, Ansi.AnsiColor foreground, Ansi.AnsiColor background) Constructors in com.strobel.io with parameters of type Ansi.AttributeModifierConstructorDescriptionAnsi
(Ansi.Attribute attr, Ansi.AnsiColor foreground, Ansi.AnsiColor background) Creates new instanceof Ansi.Ansi
(Ansi.Attribute attr, Ansi.Color foreground, Ansi.Color background) Creates new instanceof Ansi.