Module com.googlecode.lanterna
Package com.googlecode.lanterna.screen
Class TerminalScreen.ScrollHint
java.lang.Object
com.googlecode.lanterna.screen.TerminalScreen.ScrollHint
- Enclosing class:
TerminalScreen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(Scrollable scr) boolean
matches
(TerminalScreen.ScrollHint other)
-
Field Details
-
INVALID
-
firstLine
public final int firstLine -
lastLine
public final int lastLine -
distance
public int distance
-
-
Constructor Details
-
ScrollHint
public ScrollHint(int firstLine, int lastLine, int distance)
-
-
Method Details
-
matches
-
applyTo
- Throws:
IOException
-