Class WindowSize


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

      Constructors 
      Constructor Description
      WindowSize()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getHeight()  
      java.lang.Integer getWidth()  
      java.lang.Integer getX()  
      java.lang.Integer getY()  
      void setHeight​(java.lang.Integer height)  
      void setWidth​(java.lang.Integer width)  
      void setX​(java.lang.Integer x)  
      void setY​(java.lang.Integer y)  
      • Methods inherited from class java.lang.Object

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

      • WindowSize

        public WindowSize()
    • Method Detail

      • getX

        public java.lang.Integer getX()
      • setX

        public void setX​(java.lang.Integer x)
      • getY

        public java.lang.Integer getY()
      • setY

        public void setY​(java.lang.Integer y)
      • getWidth

        public java.lang.Integer getWidth()
      • setWidth

        public void setWidth​(java.lang.Integer width)
      • getHeight

        public java.lang.Integer getHeight()
      • setHeight

        public void setHeight​(java.lang.Integer height)