Package org.drools.games.invaders
Class InvadersConfiguration
- java.lang.Object
-
- org.drools.games.GameConfiguration
-
- org.drools.games.invaders.InvadersConfiguration
-
public class InvadersConfiguration extends GameConfiguration
-
-
Constructor Summary
Constructors Constructor Description InvadersConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBulletHeight()intgetBulletSpeed()intgetBulletWidth()intgetInvader1Height()intgetInvader1Speed()intgetInvader1Width()intgetShipHeight()intgetShipSpeed()intgetShipWidth()voidsetBulletHeight(int bulletHeight)voidsetBulletSpeed(int bulletSpeed)voidsetBulletWidth(int bulletWidth)voidsetInvader1Height(int invader1Height)voidsetInvader1Speed(int invader1Speed)voidsetInvader1Width(int invader1Width)voidsetShipHeight(int shipHeight)voidsetShipSpeed(int shipSpeed)voidsetShipWidth(int shipWidth)-
Methods inherited from class org.drools.games.GameConfiguration
getWindowHeight, getWindowWidth, isExitOnClose, setExitOnClose, setWindowHeight, setWindowWidth
-
-
-
-
Method Detail
-
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)
-
-