Package org.jline.curses.impl
Class VirtualScreen
- java.lang.Object
-
- org.jline.curses.impl.VirtualScreen
-
-
Constructor Summary
Constructors Constructor Description VirtualScreen(int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(int x, int y, int w, int h, org.jline.utils.AttributedStyle style)
java.util.List<org.jline.utils.AttributedString>
lines()
void
text(int x, int y, org.jline.utils.AttributedString s)
-