Uses of Class
jexer.terminal.DisplayLine
-
Packages that use DisplayLine Package Description jexer.terminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of DisplayLine in jexer.terminal
Methods in jexer.terminal that return types with arguments of type DisplayLine Modifier and Type Method Description java.util.List<DisplayLine>TerminalState. getDisplayBuffer()Get the portion of the display is within view.java.util.List<DisplayLine>TerminalState. getScrollbackBuffer()Get the portion of the display that has scrolled out of view.java.util.List<DisplayLine>TerminalState. getVisibleDisplay(int visibleHeight, int scrollBottom)Get the visible display + scrollback buffer, offset by a specified number of rows from the bottom.Constructors in jexer.terminal with parameters of type DisplayLine Constructor Description DisplayLine(DisplayLine line)Public constructor makes a duplicate (deep copy).
-