org.drools.games.invaders
Class InvadersConfiguration
java.lang.Object
org.drools.games.GameConfiguration
org.drools.games.invaders.InvadersConfiguration
public class InvadersConfiguration
- extends GameConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvadersConfiguration
public InvadersConfiguration()
getShipWidth
public int getShipWidth()
setShipWidth
public void setShipWidth(int shipWidth)
getShipHeight
public int getShipHeight()
setShipHeight
public void setShipHeight(int shipHeight)
getShipSpeed
public int getShipSpeed()
setShipSpeed
public void setShipSpeed(int shipSpeed)
getBulletWidth
public int getBulletWidth()
setBulletWidth
public void setBulletWidth(int bulletWidth)
getBulletHeight
public int getBulletHeight()
setBulletHeight
public void setBulletHeight(int bulletHeight)
getBulletSpeed
public int getBulletSpeed()
setBulletSpeed
public void setBulletSpeed(int bulletSpeed)
getInvader1Width
public int getInvader1Width()
setInvader1Width
public void setInvader1Width(int invader1Width)
getInvader1Height
public int getInvader1Height()
setInvader1Height
public void setInvader1Height(int invader1Height)
getInvader1Speed
public int getInvader1Speed()
setInvader1Speed
public void setInvader1Speed(int invader1Speed)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.