org.incava.qualog
Class ANSIColor

java.lang.Object
  extended by org.incava.qualog.ANSIColor

public class ANSIColor
extends java.lang.Object

Provides constants that produce colorized output on ANSI terminals.


Field Summary
static ANSIColor BLACK
           
static ANSIColor BLINK
           
static ANSIColor BLUE
           
static ANSIColor BOLD
           
static ANSIColor CONCEALED
           
static ANSIColor CYAN
           
static ANSIColor GREEN
           
static ANSIColor MAGENTA
           
static ANSIColor NONE
           
static ANSIColor ON_BLACK
           
static ANSIColor ON_BLUE
           
static ANSIColor ON_CYAN
           
static ANSIColor ON_GREEN
           
static ANSIColor ON_MAGENTA
           
static ANSIColor ON_RED
           
static ANSIColor ON_WHITE
           
static ANSIColor ON_YELLOW
           
static ANSIColor RED
           
static ANSIColor RESET
           
static ANSIColor REVERSE
           
static ANSIColor UNDERLINE
           
static ANSIColor UNDERSCORE
           
static ANSIColor WHITE
           
static ANSIColor YELLOW
           
 
Constructor Summary
ANSIColor(int n)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ANSIColor NONE

RESET

public static final ANSIColor RESET

BOLD

public static final ANSIColor BOLD

UNDERSCORE

public static final ANSIColor UNDERSCORE

UNDERLINE

public static final ANSIColor UNDERLINE

BLINK

public static final ANSIColor BLINK

REVERSE

public static final ANSIColor REVERSE

CONCEALED

public static final ANSIColor CONCEALED

BLACK

public static final ANSIColor BLACK

RED

public static final ANSIColor RED

GREEN

public static final ANSIColor GREEN

YELLOW

public static final ANSIColor YELLOW

BLUE

public static final ANSIColor BLUE

MAGENTA

public static final ANSIColor MAGENTA

CYAN

public static final ANSIColor CYAN

WHITE

public static final ANSIColor WHITE

ON_BLACK

public static final ANSIColor ON_BLACK

ON_RED

public static final ANSIColor ON_RED

ON_GREEN

public static final ANSIColor ON_GREEN

ON_YELLOW

public static final ANSIColor ON_YELLOW

ON_BLUE

public static final ANSIColor ON_BLUE

ON_MAGENTA

public static final ANSIColor ON_MAGENTA

ON_CYAN

public static final ANSIColor ON_CYAN

ON_WHITE

public static final ANSIColor ON_WHITE
Constructor Detail

ANSIColor

public ANSIColor(int n)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object