Package com.github.rhys_h_walker.misc
Class ANSI
java.lang.Object
com.github.rhys_h_walker.misc.ANSI
Static references to ANSI colour codes
- Since:
- 23/04/2025
- Author:
- Rhys Walker
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBlack text codestatic final StringBlack background text codestatic final StringBlue text codestatic final StringBlue background text codestatic final StringCyan text codestatic final StringCyan background text codestatic final StringGreen text codestatic final StringGreen background text codestatic final StringMagenta text codestatic final StringMagenta background text codestatic final StringRed text codestatic final StringRed background text codestatic final StringReset ANSI codestatic final StringWhite text codestatic final StringWhite background text codestatic final StringYellow text codestatic final StringYellow background text code -
Method Summary
-
Field Details
-
RESET
Reset ANSI code- See Also:
-
BLACK
Black text code- See Also:
-
RED
Red text code- See Also:
-
GREEN
Green text code- See Also:
-
YELLOW
Yellow text code- See Also:
-
BLUE
Blue text code- See Also:
-
MAGENTA
Magenta text code- See Also:
-
CYAN
Cyan text code- See Also:
-
WHITE
White text code- See Also:
-
BLACK_BG
Black background text code- See Also:
-
RED_BG
Red background text code- See Also:
-
GREEN_BG
Green background text code- See Also:
-
YELLOW_BG
Yellow background text code- See Also:
-
BLUE_BG
Blue background text code- See Also:
-
MAGENTA_BG
Magenta background text code- See Also:
-
CYAN_BG
Cyan background text code- See Also:
-
WHITE_BG
White background text code- See Also:
-