Breakout Problem Set Javadocs

breakout
Interface Brick

All Superinterfaces:
BreakoutComponent
All Known Implementing Classes:
BasicBrick

public interface Brick
extends BreakoutComponent

Interface to tell Board that a component is a Brick. When a Board no longer has any BreakoutComponents that implement the Brick interface, World decides that you've won the game.


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


Breakout Problem Set Javadocs