org.incava.qualog
Class ANSIColor
java.lang.Object
org.incava.qualog.ANSIColor
public class ANSIColor
- extends java.lang.Object
Provides constants that produce colorized output on ANSI terminals.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
ANSIColor
public ANSIColor(int n)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object