JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
bus.core
Package
org.miaixz.bus.core.lang.ansi
Interface AnsiElement
All Known Implementing Classes:
Ansi4BitColor
,
Ansi8BitColor
public interface
AnsiElement
ANSI可转义节点接口,实现为ANSI颜色等
Since:
Java 17+
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getCode
()
获取ANSI代码
String
toString
()
Method Details
getCode
int
getCode
()
获取ANSI代码
Returns:
ANSI代码
toString
String
toString
()
Overrides:
toString
in class
Object
Returns:
ANSI转义编码