Class WindowHints


  • public class WindowHints
    extends Object
    • Constructor Detail

      • WindowHints

        public WindowHints()
    • Method Detail

      • isFullScreen

        public boolean isFullScreen()
      • setFullScreen

        public void setFullScreen​(boolean fullScreen)
      • isUndecorated

        public boolean isUndecorated()
      • setUndecorated

        public void setUndecorated​(boolean undecorated)
      • isAlwaysOnTop

        public boolean isAlwaysOnTop()
      • setAlwaysOnTop

        public void setAlwaysOnTop​(boolean alwaysOnTop)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • isShowCursor

        public boolean isShowCursor()
      • setShowCursor

        public void setShowCursor​(boolean showCursor)