Drools examples 6.1.0-SNAPSHOT

org.drools.games
Class GameConfiguration

java.lang.Object
  extended by org.drools.games.GameConfiguration
Direct Known Subclasses:
InvadersConfiguration, PongConfiguration

public class GameConfiguration
extends Object


Constructor Summary
GameConfiguration()
           
GameConfiguration(int width, int height)
           
 
Method Summary
 int getWindowHeight()
           
 int getWindowWidth()
           
 boolean isExitOnClose()
           
 void setExitOnClose(boolean exitOnClose)
           
 void setWindowHeight(int tableHeight)
           
 void setWindowWidth(int tableWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

Drools examples 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.