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 String
BACKGROUND_DEFAULT
Default background.static String
BACKGROUND_RED
Red background.static String
BLUE
Blue foreground.static String
CYAN
Cyan foreground.static String
DEFAULT
Default foreground.static String
GREEN
Green foreground.static String
MAGENTA
Magenta foreground.static String
RED
Red foreground.static String
RESET
Reset all attributes off.static String
YELLOW
Yellow 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
-
-