| Package | Description |
|---|---|
| org.dromara.hutool.core.lang.ansi |
命令行终端中ANSI 转义序列相关封装,如ANSI颜色等
|
| Modifier and Type | Method and Description |
|---|---|
Ansi8BitColor |
Ansi8BitColor.asBackground()
转换为背景色
|
Ansi8BitColor |
Ansi8BitColor.asForeground()
转换为前景色
|
static Ansi8BitColor |
Ansi8BitColor.background(int code)
背景色ANSI颜色实例
|
static Ansi8BitColor |
Ansi8BitColor.foreground(int code)
前景色ANSI颜色实例
|
Copyright © 2024. All rights reserved.