Package noaa.coastwatch.test
Interface TerminalColors
- All Known Implementing Classes:
TestLogger
public interface TerminalColors
The
TerminalColors
class is an interface that
hold various ANSI terminal color constants, which can be used to
change the color of messages printed to standard output and error.- Since:
- 3.3.1
- Author:
- Peter Hollemans
-
Field Details
-
ANSI_RESET
- See Also:
-
ANSI_BLACK
- See Also:
-
ANSI_RED
- See Also:
-
ANSI_GREEN
- See Also:
-
ANSI_YELLOW
- See Also:
-
ANSI_BLUE
- See Also:
-
ANSI_PURPLE
- See Also:
-
ANSI_CYAN
- See Also:
-
ANSI_WHITE
- See Also:
-