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 String
Black text codestatic final String
Black background text codestatic final String
Blue text codestatic final String
Blue background text codestatic final String
Cyan text codestatic final String
Cyan background text codestatic final String
Green text codestatic final String
Green background text codestatic final String
Magenta text codestatic final String
Magenta background text codestatic final String
Red text codestatic final String
Red background text codestatic final String
Reset ANSI codestatic final String
White text codestatic final String
White background text codestatic final String
Yellow text codestatic final String
Yellow 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:
-