Uses of Enum Class
com.strobel.io.Ansi.Attribute
Packages that use Ansi.Attribute
-
Uses of Ansi.Attribute in com.strobel.io
Subclasses with type arguments of type Ansi.Attribute in com.strobel.ioModifier and TypeClassDescriptionstatic enumthis enum represents the attribute of textMethods in com.strobel.io that return Ansi.AttributeModifier and TypeMethodDescriptionstatic Ansi.AttributeReturns 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 voidAnsi.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.