Interface | Description |
---|---|
AnsiElement |
ANSI可转义节点接口,实现为ANSI颜色等
来自Spring Boot
|
Class | Description |
---|---|
Ansi8BitColor |
ANSI 8-bit前景或背景色(即8位编码,共256种颜色(2^8) )
0-7: 标准颜色(同ESC [ 30–37 m) 8-15: 高强度颜色(同ESC [ 90–97 m) 16-231(6 × 6 × 6 共 216色): 16 + 36 × r + 6 × g + b (0 ≤ r, g, b ≤ 5) 232-255: 从黑到白的24阶灰度色 来自Spring Boot |
AnsiColors |
在
AWT Colors 的上下文中使用 AnsiColor 的实用程序
来自Spring Boot |
AnsiColorWrapper |
ANSI 颜色包装类
|
AnsiEncoder |
生成ANSI格式的编码输出
|
Enum | Description |
---|---|
AnsiBackground |
ANSI背景颜色枚举
来自Spring Boot
|
AnsiColor |
ANSI标准颜色
来自Spring Boot
|
AnsiColors.BitDepth |
此类支持的位深度。
|
AnsiStyle |
ANSI文本样式风格枚举
来自Spring Boot
|
ForeOrBack |
区分前景还是背景
|
Copyright © 2024. All rights reserved.