public class PrintUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANSI_BLACK |
static String |
ANSI_BLUE |
static String |
ANSI_CYAN |
static String |
ANSI_GREEN |
static String |
ANSI_PURPLE |
static String |
ANSI_RED |
static String |
ANSI_RESET |
static String |
ANSI_WHITE |
static String |
ANSI_YELLOW |
| Constructor and Description |
|---|
PrintUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
blackln(Object txt) |
static void |
blueln(Object txt) |
static void |
colorln(String color,
Object s) |
static void |
greenln(Object txt) |
static void |
purpleln(Object txt) |
static void |
redln(Object txt) |
static void |
yellowln(Object txt) |
public static final String ANSI_RESET
public static final String ANSI_BLACK
public static final String ANSI_RED
public static final String ANSI_GREEN
public static final String ANSI_YELLOW
public static final String ANSI_BLUE
public static final String ANSI_PURPLE
public static final String ANSI_CYAN
public static final String ANSI_WHITE
Copyright © 2025. All rights reserved.