public class AnsiControlCodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKGROUND
Control Code for setting the background colour
|
static int |
BACKGROUND_BRIGHT
Control Code for setting the high intensity variant of the background colour
|
static int |
BACKGROUND_EXTENDED
Control Code for setting the background colour to an extended colour
|
static int |
BLINK_OFF |
static int |
BLINK_RAPID |
static int |
BLINK_SLOW |
static int |
BOLD |
static int |
BOLD_OFF |
static char |
COLOR_MODE_256
256 colour extended colour mode
|
static char |
COLOR_MODE_TRUE
24 bit extended colour mode
|
static int |
CONCEAL |
static int |
DEFAULT_BACKGROUND
Control code for resetting the background colour to the default
|
static int |
DEFAULT_FOREGROUND
Control code for resetting the foreground colour to the default
|
static String |
ESCAPE
Standard ANSI escape sequence
|
static int |
FAINT |
static int |
FOREGROUND
Control Code for setting the foreground colour
|
static int |
FOREGROUND_BRIGHT
Control Code for setting the high intensity variant of the foreground colour
|
static int |
FOREGROUND_EXTENDED
Control Code for setting the foreground colour to an extended colour
|
static int |
IMAGE_NEGATIVE |
static int |
IMAGE_POSITIVE |
static int |
ITALIC |
static int |
ITALIC_OFF |
static int |
NORMAL_INTENSITY |
static char |
PARAM_SEPARATOR
Character used to separate parameters in ANSI escape sequences
|
static char |
RESET
Character used to request reset
|
static int |
REVEAL |
static char |
SELECT_GRAPHIC_RENDITION
Command code for setting the graphics rendition
|
static int |
STRIKE_THROUGH |
static int |
STRIKE_THROUGH_OFF |
static int |
UNDERLINE |
static int |
UNDERLINE_OFF |
| Modifier and Type | Method and Description |
|---|---|
static String |
getGraphicsResetCode()
Provides the ANSI full graphics reset code
|
public static final String ESCAPE
public static final char PARAM_SEPARATOR
public static final char SELECT_GRAPHIC_RENDITION
public static final char RESET
public static final int BOLD
public static final int FAINT
public static final int ITALIC
public static final int UNDERLINE
public static final int BLINK_SLOW
public static final int BLINK_RAPID
public static final int IMAGE_NEGATIVE
public static final int CONCEAL
public static final int STRIKE_THROUGH
public static final int BOLD_OFF
public static final int NORMAL_INTENSITY
public static final int ITALIC_OFF
public static final int UNDERLINE_OFF
public static final int BLINK_OFF
public static final int IMAGE_POSITIVE
public static final int REVEAL
public static final int STRIKE_THROUGH_OFF
public static final int FOREGROUND
public static final int FOREGROUND_EXTENDED
public static final int BACKGROUND
public static final int BACKGROUND_EXTENDED
public static final int DEFAULT_FOREGROUND
public static final int DEFAULT_BACKGROUND
public static final int FOREGROUND_BRIGHT
public static final int BACKGROUND_BRIGHT
public static final char COLOR_MODE_TRUE
public static final char COLOR_MODE_256
public static String getGraphicsResetCode()
Copyright © 2012–2022. All rights reserved.