Class Screen


  • public class Screen
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Screen()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      java.lang.String getLastLine()  
      java.util.List<java.lang.String> getLines()  
      void print()  
      void print​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • Screen

        public Screen()
    • Method Detail

      • clear

        public void clear()
      • print

        public void print​(java.lang.String s)
      • print

        public void print()
      • getLines

        public java.util.List<java.lang.String> getLines()
      • getLastLine

        public java.lang.String getLastLine()