net.sourceforge.jpcap.util
Interface AnsiEscapeSequences
public interface AnsiEscapeSequences
String constants for color console output.
This file contains control sequences to print color text on a text
console capable of interpreting and displaying control sequences.
A capable console would be
unix bash, os/2 shell, or command.com w/ ansi.sys loaded
- Author:
- Chris Cheetham
ESCAPE_BEGIN
static final String ESCAPE_BEGIN
- See Also:
- Constant Field Values
ESCAPE_END
static final String ESCAPE_END
- See Also:
- Constant Field Values
RESET
static final String RESET
- See Also:
- Constant Field Values
BOLD
static final String BOLD
- See Also:
- Constant Field Values
UNDERLINE
static final String UNDERLINE
- See Also:
- Constant Field Values
INVERSE
static final String INVERSE
- See Also:
- Constant Field Values
BLACK
static final String BLACK
- See Also:
- Constant Field Values
BLUE
static final String BLUE
- See Also:
- Constant Field Values
GREEN
static final String GREEN
- See Also:
- Constant Field Values
CYAN
static final String CYAN
- See Also:
- Constant Field Values
RED
static final String RED
- See Also:
- Constant Field Values
PURPLE
static final String PURPLE
- See Also:
- Constant Field Values
BROWN
static final String BROWN
- See Also:
- Constant Field Values
LIGHT_GRAY
static final String LIGHT_GRAY
- See Also:
- Constant Field Values
DARK_GRAY
static final String DARK_GRAY
- See Also:
- Constant Field Values
LIGHT_BLUE
static final String LIGHT_BLUE
- See Also:
- Constant Field Values
LIGHT_GREEN
static final String LIGHT_GREEN
- See Also:
- Constant Field Values
LIGHT_CYAN
static final String LIGHT_CYAN
- See Also:
- Constant Field Values
LIGHT_RED
static final String LIGHT_RED
- See Also:
- Constant Field Values
LIGHT_PURPLE
static final String LIGHT_PURPLE
- See Also:
- Constant Field Values
YELLOW
static final String YELLOW
- See Also:
- Constant Field Values
WHITE
static final String WHITE
- See Also:
- Constant Field Values
RED_BACKGROUND
static final String RED_BACKGROUND
- See Also:
- Constant Field Values
GREEN_BACKGROUND
static final String GREEN_BACKGROUND
- See Also:
- Constant Field Values
YELLOW_BACKGROUND
static final String YELLOW_BACKGROUND
- See Also:
- Constant Field Values
BLUE_BACKGROUND
static final String BLUE_BACKGROUND
- See Also:
- Constant Field Values
PURPLE_BACKGROUND
static final String PURPLE_BACKGROUND
- See Also:
- Constant Field Values
CYAN_BACKGROUND
static final String CYAN_BACKGROUND
- See Also:
- Constant Field Values
LIGHT_GRAY_BACKGROUND
static final String LIGHT_GRAY_BACKGROUND
- See Also:
- Constant Field Values