Package | Description |
---|---|
cn.orionsec.kit.lang.utils.ansi | |
cn.orionsec.kit.lang.utils.ansi.style | |
cn.orionsec.kit.lang.utils.ansi.style.color |
Modifier and Type | Method and Description |
---|---|
AnsiAppender |
AnsiAppender.append(AnsiStyle style,
String text)
拼接
|
Modifier and Type | Class and Description |
---|---|
class |
AnsiFont
ANIS 字体
|
class |
AnsiStyleChain
ANSI 样式链
|
Modifier and Type | Method and Description |
---|---|
default AnsiStyle |
AnsiStyle.and(AnsiStyle next)
添加样式
|
Modifier and Type | Method and Description |
---|---|
AnsiStyleChain |
AnsiStyleChain.and(AnsiStyle style) |
default AnsiStyle |
AnsiStyle.and(AnsiStyle next)
添加样式
|
static AnsiStyleChain |
AnsiStyleChain.create(AnsiStyle originStyle)
创建样式链
|
Constructor and Description |
---|
AnsiStyleChain(AnsiStyle originStyle) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnsiColor
ANSI 颜色
|
Modifier and Type | Class and Description |
---|---|
class |
AnsiBackground
ANSI 背景色
|
class |
AnsiBit24Color
ANSI bit24 颜色
前景: 38:2:r;g;b
背景: 48:2:r;g;b
|
class |
AnsiBit8Color
ANSI bit8 颜色
前景: 38:5:code
背景: 48:5:code
0 - 7: 标准色彩
8 - 15: 高亮色彩
16 - 231: 6 × 6 × 6 RGB (216 种颜色): 16 + 36 × r + 6 × g + b (0 ≤ r, g, b ≤ 5)
232 - 255: 从黑到白 24 级灰度
|
class |
AnsiBitColor
ANSI bit 颜色
|
class |
AnsiForeground
ANSI 前景色
|
Copyright © 2024. All rights reserved.