Class VirtualScreen

  • All Implemented Interfaces:
    Screen

    public class VirtualScreen
    extends java.lang.Object
    implements Screen
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VirtualScreen

        public VirtualScreen​(int width,
                             int height)
    • Method Detail

      • 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 java.util.List<org.jline.utils.AttributedString> lines()