Package org.geotools.util
Class X364
- Object
-
- X364
-
public final class X364 extends Object
Escape codes from ANSI X3.64 standard (aka ECMA-48 and ISO/IEC 6429).- Author:
- Martin Desruisseaux
-
-
Field Summary
Fields Modifier and Type Field Description static StringBACKGROUND_DEFAULTDefault background.static StringBACKGROUND_REDRed background.static StringBLUEBlue foreground.static StringCYANCyan foreground.static StringDEFAULTDefault foreground.static StringGREENGreen foreground.static StringMAGENTAMagenta foreground.static StringREDRed foreground.static StringRESETReset all attributes off.static StringYELLOWYellow foreground.
-
-
-
Field Detail
-
RESET
public static final String RESET
Reset all attributes off.- See Also:
- Constant Field Values
-
RED
public static final String RED
Red foreground.- See Also:
- Constant Field Values
-
GREEN
public static final String GREEN
Green foreground.- See Also:
- Constant Field Values
-
YELLOW
public static final String YELLOW
Yellow foreground.- See Also:
- Constant Field Values
-
BLUE
public static final String BLUE
Blue foreground.- See Also:
- Constant Field Values
-
MAGENTA
public static final String MAGENTA
Magenta foreground.- See Also:
- Constant Field Values
-
CYAN
public static final String CYAN
Cyan foreground.- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
Default foreground.- See Also:
- Constant Field Values
-
BACKGROUND_RED
public static final String BACKGROUND_RED
Red background.- See Also:
- Constant Field Values
-
BACKGROUND_DEFAULT
public static final String BACKGROUND_DEFAULT
Default background.- See Also:
- Constant Field Values
-
-