public class ConsoleHighlighter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TextAttributesKey |
BLACK |
static TextAttributesKey |
BLUE |
static TextAttributesKey |
BLUE_BRIGHT |
static TextAttributesKey |
CYAN |
static TextAttributesKey |
CYAN_BRIGHT |
static TextAttributesKey |
DARKGRAY |
static TextAttributesKey |
GRAY |
static TextAttributesKey |
GREEN |
static TextAttributesKey |
GREEN_BRIGHT |
static TextAttributesKey |
MAGENTA |
static TextAttributesKey |
MAGENTA_BRIGHT |
static TextAttributesKey |
RED |
static TextAttributesKey |
RED_BRIGHT |
static TextAttributesKey |
WHITE |
static TextAttributesKey |
YELLOW |
static TextAttributesKey |
YELLOW_BRIGHT |
public static final TextAttributesKey BLACK
public static final TextAttributesKey RED
public static final TextAttributesKey GREEN
public static final TextAttributesKey YELLOW
public static final TextAttributesKey BLUE
public static final TextAttributesKey MAGENTA
public static final TextAttributesKey CYAN
public static final TextAttributesKey GRAY
public static final TextAttributesKey DARKGRAY
public static final TextAttributesKey RED_BRIGHT
public static final TextAttributesKey GREEN_BRIGHT
public static final TextAttributesKey YELLOW_BRIGHT
public static final TextAttributesKey BLUE_BRIGHT
public static final TextAttributesKey MAGENTA_BRIGHT
public static final TextAttributesKey CYAN_BRIGHT
public static final TextAttributesKey WHITE