Uses of Class
jexer.tterminal.DisplayLine
-
Packages that use DisplayLine Package Description jexer Jexer - Java Text User Interface libraryjexer.tterminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of DisplayLine in jexer
Methods in jexer that return types with arguments of type DisplayLine Modifier and Type Method Description java.util.List<DisplayLine>
TTerminalWidget. getDisplayBuffer()
Get the display buffer from the emulator.java.util.List<DisplayLine>
TTerminalWidget. getScrollbackBuffer()
Get the scrollback buffer from the emulator. -
Uses of DisplayLine in jexer.tterminal
Methods in jexer.tterminal that return DisplayLine Modifier and Type Method Description DisplayLine
ECMA48. getBlankDisplayLine()
Obtain a new blank display line for an external user (e.g.Methods in jexer.tterminal that return types with arguments of type DisplayLine Modifier and Type Method Description java.util.List<DisplayLine>
ECMA48. getDisplayBuffer()
Get the display buffer.java.util.List<DisplayLine>
ECMA48. getScrollbackBuffer()
Get the scrollback buffer.java.util.List<DisplayLine>
ECMA48. getVisibleDisplay(int visibleHeight, int scrollBottom)
Get the visible display + scrollback buffer, offset by a specified number of rows from the bottom.Constructors in jexer.tterminal with parameters of type DisplayLine Constructor Description DisplayLine(DisplayLine line)
Public constructor makes a duplicate (deep copy).
-