Class Window


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

      Constructors 
      Constructor Description
      Window​(int start, int stop)
      Creates a new instance of Window
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStart()  
      int getStop()  
      • Methods inherited from class java.lang.Object

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

      • Window

        public Window​(int start,
                      int stop)
        Creates a new instance of Window
    • Method Detail

      • getStart

        public int getStart()
      • getStop

        public int getStop()