Package org.drools.games.invaders
Class Unit
java.lang.Object
org.drools.games.invaders.Unit
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Unit
public Unit()
-
-
Method Details
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getDx
public int getDx() -
setDx
public void setDx(int dx) -
getDy
public int getDy() -
setDy
public void setDy(int dy) -
getSpeed
public int getSpeed() -
setSpeed
public void setSpeed(int speed)
-