Class VirtualScreen

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

public class VirtualScreen extends Object implements Screen
  • Constructor Summary

    Constructors
    Constructor
    Description
    VirtualScreen(int width, int height)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fill(int x, int y, int w, int h, org.jline.utils.AttributedStyle style)
     
    List<org.jline.utils.AttributedString>
     
    void
    text(int x, int y, org.jline.utils.AttributedString s)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()