breakout
Class IncPaddleDrop

java.lang.Object
  extended by breakout.GameObject
      extended by breakout.MovableGameObject
          extended by breakout.Ball
              extended by breakout.Drop
                  extended by breakout.IncPaddleDrop

public class IncPaddleDrop
extends Drop


Constructor Summary
IncPaddleDrop()
           
IncPaddleDrop(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

IncPaddleDrop

public IncPaddleDrop(int x,
                     int y)

IncPaddleDrop

public IncPaddleDrop()
Method Detail

hit

public void hit(Brett brett)
Overrides:
hit in class Drop