Class WindowState

    • Constructor Detail

      • WindowState

        public WindowState()
      • WindowState

        public WindowState​(java.awt.Rectangle bounds,
                           java.awt.Rectangle gcBounds,
                           int screenCount,
                           int frameState)
    • Method Detail

      • getBounds

        public java.awt.Rectangle getBounds()
      • setBounds

        public void setBounds​(java.awt.Rectangle bounds)
      • getScreenCount

        public int getScreenCount()
      • setScreenCount

        public void setScreenCount​(int screenCount)
      • getFrameState

        public int getFrameState()
      • setFrameState

        public void setFrameState​(int frameState)
      • getGraphicsConfigurationBounds

        public java.awt.Rectangle getGraphicsConfigurationBounds()
      • setGraphicsConfigurationBounds

        public void setGraphicsConfigurationBounds​(java.awt.Rectangle gcBounds)