public class Ansi
extends Object
- Since:
- 15.0
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BLACK
public static final String BLACK
- See Also:
-
-
RED
public static final String RED
- See Also:
-
-
GREEN
public static final String GREEN
- See Also:
-
-
YELLOW
public static final String YELLOW
- See Also:
-
-
BLUE
public static final String BLUE
- See Also:
-
-
PURPLE
public static final String PURPLE
- See Also:
-
-
CYAN
public static final String CYAN
- See Also:
-
-
WHITE
public static final String WHITE
- See Also:
-
-
RESET
public static final String RESET
- See Also:
-
-
DISTINCT_COLORS
public static final String[] DISTINCT_COLORS
-
useColor
public static final boolean useColor
-
Method Details
-
fg
public static String fg(int color)