Uses of Enum Class
org.fusesource.jansi.Ansi.Erase
-
Uses of Ansi.Erase in org.fusesource.jansi
Subclasses with type arguments of type Ansi.Erase in org.fusesource.jansiModifier and TypeClassDescriptionstatic enumED (Erase in Display) / EL (Erase in Line) parameter (see CSI sequence J and K)Methods in org.fusesource.jansi that return Ansi.EraseModifier and TypeMethodDescriptionstatic Ansi.EraseReturns the enum constant of this class with the specified name.static Ansi.Erase[]Ansi.Erase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fusesource.jansi with parameters of type Ansi.EraseModifier and TypeMethodDescriptionAnsi.eraseLine(Ansi.Erase kind) Ansi.NoAnsi.eraseLine(Ansi.Erase kind) Ansi.eraseScreen(Ansi.Erase kind) Ansi.NoAnsi.eraseScreen(Ansi.Erase kind)