-
- All Known Implementing Classes:
CommandLine.Help.Ansi.Style
- Enclosing class:
- CommandLine.Help.Ansi
public static interface CommandLine.Help.Ansi.IStyle
Defines the interface for an ANSI escape sequence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
off()
Returns the ANSI escape code for turning this style off.String
on()
Returns the ANSI escape code for turning this style on.
-
-
-
Field Detail
-
CSI
static final String CSI
The Control Sequence Introducer (CSI) escape sequence "\u001b[".- See Also:
- Constant Field Values
-
-