Interface VirtualTerminal.BufferLine

Enclosing interface:
VirtualTerminal

public static interface VirtualTerminal.BufferLine
Interface used by VirtualTerminal.BufferWalker to repressent a line in the text buffer when iterating over a range of lines
  • Method Summary

    Modifier and Type
    Method
    Description
    getCharacterAt(int column)
    Returns a text character from this line in the specific column
  • Method Details

    • getCharacterAt

      TextCharacter getCharacterAt(int column)
      Returns a text character from this line in the specific column
      Parameters:
      column - Column to return the text character from
      Returns:
      Text character in the column of this line