Uses of Class
breakout.GameObject

Uses of GameObject in breakout
 

Subclasses of GameObject in breakout
 class Ball
           
 class Block
           
 class DecPaddleBlock
           
 class DecPaddleDrop
           
 class Drop
           
 class ExtraBallDrop
           
 class IncPaddleBlock
           
 class IncPaddleDrop
           
 class MovableGameObject
           
 class MultiBlock
           
 class Schlaeger
           
 

Methods in breakout with parameters of type GameObject
 java.awt.Image BMedia.getImage(GameObject b)
           
 boolean GameObject.hits(GameObject go)
           
 boolean GameObject.isAboveOf(GameObject go)
           
 boolean GameObject.isBelowOf(GameObject go)
           
 boolean GameObject.isLeftOf(GameObject go)
           
 boolean GameObject.isRightOf(GameObject go)