Uses of Interface
cool.scx.common.ansi.AnsiElement
Packages that use AnsiElement
-
Uses of AnsiElement in cool.scx.common.ansi
Classes in cool.scx.common.ansi that implement AnsiElementModifier and TypeClassDescriptionfinal class8Bit 背景色final class8Bit 前景色enum背景色enum前景色enumAnsi 样式Methods in cool.scx.common.ansi that return AnsiElementModifier and TypeMethodDescriptionAnsiItem.elements()Returns the value of theelementsrecord component.Methods in cool.scx.common.ansi with parameters of type AnsiElementModifier and TypeMethodDescriptionAnsi.add(Object o, AnsiElement... ansiElements) Ansi.black(Object o, AnsiElement... ansiElements) Ansi.blue(Object o, AnsiElement... ansiElements) Ansi.brightBlack(Object o, AnsiElement... ansiElements) Ansi.brightBlue(Object o, AnsiElement... ansiElements) Ansi.brightCyan(Object o, AnsiElement... ansiElements) Ansi.brightGreen(Object o, AnsiElement... ansiElements) Ansi.brightMagenta(Object o, AnsiElement... ansiElements) Ansi.brightRed(Object o, AnsiElement... ansiElements) Ansi.brightWhite(Object o, AnsiElement... ansiElements) Ansi.brightYellow(Object o, AnsiElement... ansiElements) Ansi.cyan(Object o, AnsiElement... ansiElements) Ansi.defaultColor(Object o, AnsiElement... ansiElements) Ansi.green(Object o, AnsiElement... ansiElements) static StringAnsiItem.joinAnsiElement(AnsiElement... elements) Ansi.magenta(Object o, AnsiElement... ansiElements) Ansi.red(Object o, AnsiElement... ansiElements) Ansi.white(Object o, AnsiElement... ansiElements) Ansi.yellow(Object o, AnsiElement... ansiElements) Constructors in cool.scx.common.ansi with parameters of type AnsiElementModifierConstructorDescriptionAnsiItem(Object value, AnsiElement... elements) Creates an instance of aAnsiItemrecord class.