Interface Sequence
-
- All Known Implementing Classes:
Background,Display,Erase,Text
public interface SequenceExecution sequence compatible with ANSI console (Linux, Cygwin, WSL), when printed in console they modify the behavior of the console, being able to move the cursor, delete already written text, color the text to be written, etc.
- See Also:
Erase,Cursor,Text,Background,Display
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringESCASCII "escape" character
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCode()
-
-
-
Field Detail
-
ESC
static final java.lang.String ESC
ASCII "escape" character- See Also:
- Constant Field Values
-
-