Class VirtualScreen

java.lang.Object
org.jline.curses.impl.VirtualScreen
All Implemented Interfaces:
Screen

public class VirtualScreen extends Object implements Screen
  • Constructor Details

    • VirtualScreen

      public VirtualScreen(int width, int height)
  • Method Details

    • text

      public void text(int x, int y, org.jline.utils.AttributedString s)
      Specified by:
      text in interface Screen
    • fill

      public void fill(int x, int y, int w, int h, org.jline.utils.AttributedStyle style)
      Specified by:
      fill in interface Screen
    • lines

      public List<org.jline.utils.AttributedString> lines()