public class GameConfiguration extends Object
Constructor and Description |
---|
GameConfiguration() |
GameConfiguration(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getWindowHeight() |
int |
getWindowWidth() |
boolean |
isExitOnClose() |
void |
setExitOnClose(boolean exitOnClose) |
void |
setWindowHeight(int tableHeight) |
void |
setWindowWidth(int tableWidth) |
public GameConfiguration(int width, int height)
public GameConfiguration()
public boolean isExitOnClose()
public void setExitOnClose(boolean exitOnClose)
public int getWindowWidth()
public void setWindowWidth(int tableWidth)
public int getWindowHeight()
public void setWindowHeight(int tableHeight)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.