Interface Sequence

  • All Known Implementing Classes:
    Background, Display, Erase, Text

    public interface Sequence

    Execution 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.String ESC
      ASCII "escape" character
    • Method Detail

      • getCode

        java.lang.String getCode()
        Returns:
        the raw attribute code