Package org.geotools.util
Class X364
Object
X364
Escape codes from ANSI X3.64 standard (aka ECMA-48 and ISO/IEC 6429).
- Author:
- Martin Desruisseaux
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault background.static final StringRed background.static final StringBlue foreground.static final StringCyan foreground.static final StringDefault foreground.static final StringGreen foreground.static final StringMagenta foreground.static final StringRed foreground.static final StringReset all attributes off.static final StringYellow foreground. -
Method Summary
-
Field Details
-
RESET
Reset all attributes off.- See Also:
-
RED
Red foreground.- See Also:
-
GREEN
Green foreground.- See Also:
-
YELLOW
Yellow foreground.- See Also:
-
BLUE
Blue foreground.- See Also:
-
MAGENTA
Magenta foreground.- See Also:
-
CYAN
Cyan foreground.- See Also:
-
DEFAULT
Default foreground.- See Also:
-
BACKGROUND_RED
Red background.- See Also:
-
BACKGROUND_DEFAULT
Default background.- See Also:
-