| 限定符和类型 | 字段和说明 |
|---|---|
static Ansi |
Ansi.BG_BLACK
Background-Colors
|
static Ansi |
Ansi.BG_BLUE |
static Ansi |
Ansi.BG_CYAN |
static Ansi |
Ansi.BG_GREEN |
static Ansi |
Ansi.BG_PURPLE |
static Ansi |
Ansi.BG_RED |
static Ansi |
Ansi.BG_WHITE |
static Ansi |
Ansi.BG_YELLOW |
static Ansi |
Ansi.BLACK
Ansi-Colors
|
static Ansi |
Ansi.BLUE |
static Ansi |
Ansi.BOLD |
static Ansi |
Ansi.CONCEAL |
static Ansi |
Ansi.CROSSED_OUT |
static Ansi |
Ansi.CYAN |
static Ansi |
Ansi.FAINT |
static Ansi |
Ansi.GREEN |
static Ansi |
Ansi.ITALIC |
static Ansi |
Ansi.NORMAL
Others
|
static Ansi |
Ansi.PRIMARY |
static Ansi |
Ansi.PURPLE |
static Ansi |
Ansi.RAPID_BLINK |
static Ansi |
Ansi.RED |
static Ansi |
Ansi.REVERSE_VIDEO |
static Ansi |
Ansi.SLOW_BLINK |
static Ansi |
Ansi.UNDERLINE |
static Ansi |
Ansi.WHITE |
static Ansi |
Ansi.YELLOW |
| 限定符和类型 | 方法和说明 |
|---|---|
static Ansi |
Ansi.get(String code) |
static Ansi |
Ansi.getOrDefault(String code,
Ansi defaultValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Ansi> |
Ansi.values() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
Ansi.ansify(String text,
Ansi... styles) |
static String |
Ansi.ansify(String text,
Ansi style) |
static String |
BananaUtils.bananansi(String text,
Ansi... styles)
Returns the FIGlet of the text with the specified styles.
|
static String |
BananaUtils.bananansi(String text,
Font font,
Ansi... styles)
Returns the FIGlet of the text with the specified font and styles.
|
static String |
BananaUtils.bananansi(String text,
Font font,
Layout horizontalLayout,
Layout verticalLayout,
Ansi... styles)
Returns the FIGlet of the text with the specified font and styles.
|
static String |
BananaUtils.bananansi(String text,
Layout horizontalLayout,
Layout verticalLayout,
Ansi... styles)
Returns the FIGlet of the text with the specified styles.
|
static Ansi |
Ansi.getOrDefault(String code,
Ansi defaultValue) |
Copyright © 2021. All rights reserved.