breakout
Class ExtraBallDrop

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

public class ExtraBallDrop
extends Drop


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

ExtraBallDrop

public ExtraBallDrop(int x,
                     int y)

ExtraBallDrop

public ExtraBallDrop()
Method Detail

hit

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