Uses of Class
com.jackmeng.stl.stl_AnsiColors
| Package | Description | 
|---|---|
| com.jackmeng.stl | 
- 
Uses of stl_AnsiColors in com.jackmeng.stl
Fields in com.jackmeng.stl declared as stl_AnsiColors Modifier and Type Field Description private stl_AnsiColors[]stl_AnsiMake. colorsMethods in com.jackmeng.stl that return stl_AnsiColors Modifier and Type Method Description static stl_AnsiColorsstl_AnsiColors. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static stl_AnsiColors[]stl_AnsiColors. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jackmeng.stl with parameters of type stl_AnsiColors Constructor Description stl_AnsiMake(stl_AnsiColors[] start, java.lang.Object[] payload)Initializes with a set amount of colors to be appended.stl_AnsiMake(stl_AnsiColors color, java.lang.Object payload)