public class PrintColor
extends Object
-
-
-
方法概要
static void
static void
static void
static void
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
ANSI_RESET
public static final String ANSI_RESET
- 另请参阅:
-
-
ANSI_RED
public static final String ANSI_RED
- 另请参阅:
-
-
ANSI_GREEN
public static final String ANSI_GREEN
- 另请参阅:
-
-
ANSI_YELLOW
public static final String ANSI_YELLOW
- 另请参阅:
-
-
ANSI_BLUE
public static final String ANSI_BLUE
- 另请参阅:
-
-
构造器详细资料
-
PrintColor
public PrintColor()
-
方法详细资料
-
RedPrint
public static void RedPrint(String msg)
-
GreenPrint
public static void GreenPrint(String msg)
-
YellowPrint
public static void YellowPrint(String msg)
-
BluePrint
public static void BluePrint(String msg)