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 String
Default background.static final String
Red background.static final String
Blue foreground.static final String
Cyan foreground.static final String
Default foreground.static final String
Green foreground.static final String
Magenta foreground.static final String
Red foreground.static final String
Reset all attributes off.static final String
Yellow 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:
-