Module com.googlecode.lanterna
Interface VirtualTerminal.BufferLine
-
- Enclosing interface:
- VirtualTerminal
public static interface VirtualTerminal.BufferLine
Interface used byVirtualTerminal.BufferWalker
to repressent a line in the text buffer when iterating over a range of lines
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextCharacter
getCharacterAt(int column)
Returns a text character from this line in the specific column
-
-
-
Method Detail
-
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
-
-