Class GameConfiguration

    • Constructor Detail

      • GameConfiguration

        public GameConfiguration​(int width,
                                 int height)
      • GameConfiguration

        public GameConfiguration()
    • Method Detail

      • isExitOnClose

        public boolean isExitOnClose()
      • setExitOnClose

        public void setExitOnClose​(boolean exitOnClose)
      • getWindowWidth

        public int getWindowWidth()
      • setWindowWidth

        public void setWindowWidth​(int tableWidth)
      • getWindowHeight

        public int getWindowHeight()
      • setWindowHeight

        public void setWindowHeight​(int tableHeight)