org.incava.qualog

Class ANSIColor

public class ANSIColor extends Object

Provides constants that produce colorized output on ANSI terminals.
Field Summary
static ANSIColorBLACK
static ANSIColorBLINK
static ANSIColorBLUE
static ANSIColorBOLD
static ANSIColorCONCEALED
static ANSIColorCYAN
static ANSIColorGREEN
static ANSIColorMAGENTA
static ANSIColorNONE
static ANSIColorON_BLACK
static ANSIColorON_BLUE
static ANSIColorON_CYAN
static ANSIColorON_GREEN
static ANSIColorON_MAGENTA
static ANSIColorON_RED
static ANSIColorON_WHITE
static ANSIColorON_YELLOW
static ANSIColorRED
static ANSIColorRESET
static ANSIColorREVERSE
static ANSIColorUNDERLINE
static ANSIColorUNDERSCORE
static ANSIColorWHITE
static ANSIColorYELLOW
Constructor Summary
ANSIColor(int n)
Method Summary
StringtoString()

Field Detail

BLACK

public static final ANSIColor BLACK

BLINK

public static final ANSIColor BLINK

BLUE

public static final ANSIColor BLUE

BOLD

public static final ANSIColor BOLD

CONCEALED

public static final ANSIColor CONCEALED

CYAN

public static final ANSIColor CYAN

GREEN

public static final ANSIColor GREEN

MAGENTA

public static final ANSIColor MAGENTA

NONE

public static final ANSIColor NONE

ON_BLACK

public static final ANSIColor ON_BLACK

ON_BLUE

public static final ANSIColor ON_BLUE

ON_CYAN

public static final ANSIColor ON_CYAN

ON_GREEN

public static final ANSIColor ON_GREEN

ON_MAGENTA

public static final ANSIColor ON_MAGENTA

ON_RED

public static final ANSIColor ON_RED

ON_WHITE

public static final ANSIColor ON_WHITE

ON_YELLOW

public static final ANSIColor ON_YELLOW

RED

public static final ANSIColor RED

RESET

public static final ANSIColor RESET

REVERSE

public static final ANSIColor REVERSE

UNDERLINE

public static final ANSIColor UNDERLINE

UNDERSCORE

public static final ANSIColor UNDERSCORE

WHITE

public static final ANSIColor WHITE

YELLOW

public static final ANSIColor YELLOW

Constructor Detail

ANSIColor

public ANSIColor(int n)

Method Detail

toString

public String toString()