All Packages Class Hierarchy This Package Previous Next Index
Class breakout.BallRepository
java.lang.Object
|
+----breakout.BallRepository
- public class BallRepository
- extends java.lang.Object
-
ballvect
-
-
brickrepos
-
-
numberOfGhostBalls
-
-
numberOfMyBalls
-
-
playerCount
-
-
screen
-
-
updates
-
-
BallRepository(ScreenCanvas, BrickRepository)
-
-
addBall(BreakOutBall)
-
-
deleteBall(BreakOutBall)
-
-
makeGhostBall(int, int)
-
-
makeInitialBall()
-
-
makeMultiBalls(ClassicBall)
-
-
paintBalls(Graphics)
-
screen
private breakout.ScreenCanvas screen
brickrepos
private breakout.BrickRepository brickrepos
ballvect
public java.util.Vector ballvect
playerCount
private int playerCount
numberOfMyBalls
public int numberOfMyBalls
numberOfGhostBalls
public int numberOfGhostBalls
updates
public breakout.Updater updates
BallRepository
public BallRepository(breakout.ScreenCanvas screen,
breakout.BrickRepository brickrepos)
makeInitialBall
public void makeInitialBall()
makeMultiBalls
public void makeMultiBalls(breakout.ClassicBall boball)
makeGhostBall
public void makeGhostBall(int centerX,
int centerY)
addBall
public void addBall(breakout.BreakOutBall newball)
deleteBall
public void deleteBall(breakout.BreakOutBall ball)
paintBalls
public void paintBalls(java.awt.Graphics g)
All Packages Class Hierarchy This Package Previous Next Index