Uses of Class
com.strobel.io.Ansi.Attribute
-
Packages that use Ansi.Attribute Package Description com.strobel.io -
-
Uses of Ansi.Attribute in com.strobel.io
Methods in com.strobel.io that return Ansi.Attribute Modifier and Type Method Description static Ansi.Attribute
Ansi.Attribute. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Ansi.Attribute[]
Ansi.Attribute. 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.Attribute Modifier and Type Method Description private void
Ansi. init(Ansi.Attribute attr, Ansi.AnsiColor foreground, Ansi.AnsiColor background)
Constructors in com.strobel.io with parameters of type Ansi.Attribute Constructor Description Ansi(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.
-