public class InvadersConfiguration extends GameConfiguration
Constructor and Description |
---|
InvadersConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getBulletHeight() |
int |
getBulletSpeed() |
int |
getBulletWidth() |
int |
getInvader1Height() |
int |
getInvader1Speed() |
int |
getInvader1Width() |
int |
getShipHeight() |
int |
getShipSpeed() |
int |
getShipWidth() |
void |
setBulletHeight(int bulletHeight) |
void |
setBulletSpeed(int bulletSpeed) |
void |
setBulletWidth(int bulletWidth) |
void |
setInvader1Height(int invader1Height) |
void |
setInvader1Speed(int invader1Speed) |
void |
setInvader1Width(int invader1Width) |
void |
setShipHeight(int shipHeight) |
void |
setShipSpeed(int shipSpeed) |
void |
setShipWidth(int shipWidth) |
getWindowHeight, getWindowWidth, isExitOnClose, setExitOnClose, setWindowHeight, setWindowWidth
public int getShipWidth()
public void setShipWidth(int shipWidth)
public int getShipHeight()
public void setShipHeight(int shipHeight)
public int getShipSpeed()
public void setShipSpeed(int shipSpeed)
public int getBulletWidth()
public void setBulletWidth(int bulletWidth)
public int getBulletHeight()
public void setBulletHeight(int bulletHeight)
public int getBulletSpeed()
public void setBulletSpeed(int bulletSpeed)
public int getInvader1Width()
public void setInvader1Width(int invader1Width)
public int getInvader1Height()
public void setInvader1Height(int invader1Height)
public int getInvader1Speed()
public void setInvader1Speed(int invader1Speed)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.