|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbreakout.GameObject
breakout.MovableGameObject
breakout.Ball
breakout.Drop
breakout.DecPaddleDrop
public class DecPaddleDrop
Constructor Summary | |
---|---|
DecPaddleDrop()
|
|
DecPaddleDrop(int x,
int y)
|
Method Summary | |
---|---|
void |
hit(Brett brett)
|
Methods inherited from class breakout.Drop |
---|
check, getScore, move, paintTo, setScore |
Methods inherited from class breakout.Ball |
---|
advanceGlueTime, changeV, getGlueTimer, noZeroVX, setGlueTimer |
Methods inherited from class breakout.MovableGameObject |
---|
getVx, getVy, reflectV, setV, setVx, setVy, stop |
Methods inherited from class breakout.GameObject |
---|
addSize, getHeight, getWidth, getX, getY, hits, isAboveOf, isBelowOf, isLeftOf, isRightOf, setHeight, setPos, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecPaddleDrop(int x, int y)
public DecPaddleDrop()
Method Detail |
---|
public void hit(Brett brett)
hit
in class Drop
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |