Breakout Problem Set Javadocs

breakout
Interface Ball

All Superinterfaces:
BreakoutComponent, Rebounding
All Known Implementing Classes:
BasicBall

public interface Ball
extends BreakoutComponent, Rebounding

Interface that tells Board that a component is a ball. When there are no components remaining on the board that implement Ball, World decides you have lost the game.


Methods inherited from interface breakout.BreakoutComponent
getLocation, getShape, getSize, hit, paint, setLocation, update
 
Methods inherited from interface breakout.Rebounding
diedWhileRebounding, resolveBounces
 


Breakout Problem Set Javadocs