Uses of Class
org.fusesource.jansi.Ansi.Erase

Uses of Ansi.Erase in org.fusesource.jansi
 

Methods in org.fusesource.jansi that return Ansi.Erase
static Ansi.Erase Ansi.Erase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ansi.Erase[] Ansi.Erase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fusesource.jansi with parameters of type Ansi.Erase
 Ansi Ansi.eraseLine(Ansi.Erase kind)
           
 Ansi Ansi.eraseScreen(Ansi.Erase kind)