SourceForge Jpcap

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

Field Summary
static String BLACK
           
static String BLUE
           
static String BLUE_BACKGROUND
           
static String BOLD
           
static String BROWN
           
static String CYAN
           
static String CYAN_BACKGROUND
           
static String DARK_GRAY
           
static String ESCAPE_BEGIN
           
static String ESCAPE_END
           
static String GREEN
           
static String GREEN_BACKGROUND
           
static String INVERSE
           
static String LIGHT_BLUE
           
static String LIGHT_CYAN
           
static String LIGHT_GRAY
           
static String LIGHT_GRAY_BACKGROUND
           
static String LIGHT_GREEN
           
static String LIGHT_PURPLE
           
static String LIGHT_RED
           
static String PURPLE
           
static String PURPLE_BACKGROUND
           
static String RED
           
static String RED_BACKGROUND
           
static String RESET
           
static String UNDERLINE
           
static String WHITE
           
static String YELLOW
           
static String YELLOW_BACKGROUND
           
 

Field Detail

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

Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.