org.drools.games
Class GameConfiguration
java.lang.Object
org.drools.games.GameConfiguration
- Direct Known Subclasses:
- InvadersConfiguration, PongConfiguration
public class GameConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GameConfiguration
public GameConfiguration(int width,
int height)
GameConfiguration
public GameConfiguration()
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.