| Package | Description |
|---|---|
| cn.hutool.core.lang.ansi |
命令行终端中ANSI 转义序列相关封装,如ANSI颜色等
|
| Modifier and Type | Method and Description |
|---|---|
static AnsiColors.BitDepth |
AnsiColors.BitDepth.of(int bits) |
static AnsiColors.BitDepth |
AnsiColors.BitDepth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnsiColors.BitDepth[] |
AnsiColors.BitDepth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnsiColors(AnsiColors.BitDepth bitDepth)
创建具有指定位深度的新
AnsiColors 实例。 |
AnsiColorWrapper(int code,
AnsiColors.BitDepth bitDepth)
创建指定位深度的
AnsiColorWrapper 实例 |
Copyright © 2024. All rights reserved.