Package org.jline.curses
Interface Screen
- All Known Implementing Classes:
VirtualScreen
public interface Screen
-
Method Summary
-
Method Details
-
text
void text(int x, int y, org.jline.utils.AttributedString s) -
fill
void fill(int x, int y, int w, int h, org.jline.utils.AttributedStyle style)
-