All Packages Class Hierarchy This Package Previous Next Index
Class breakout.StationaryBrick
java.lang.Object
|
+----breakout.StationaryBrick
- public class StationaryBrick
- extends java.lang.Object
- implements breakout.BreakOutBrick
-
lowerrt
-
-
repos
-
-
screen
-
-
upperlft
-
-
StationaryBrick()
-
-
StationaryBrick(ScreenCanvas, BrickRepository, Point, Point)
-
-
getBrickRepos()
-
-
getCanvas()
-
-
getLowerRt()
-
-
getUpperLft()
-
screen
protected breakout.ScreenCanvas screen
repos
protected breakout.BrickRepository repos
upperlft
protected java.awt.Point upperlft
lowerrt
protected java.awt.Point lowerrt
StationaryBrick
public StationaryBrick(breakout.ScreenCanvas screen,
breakout.BrickRepository repos,
java.awt.Point upperlft,
java.awt.Point lowerrt)
StationaryBrick
public StationaryBrick()
getUpperLft
public java.awt.Point getUpperLft()
getLowerRt
public java.awt.Point getLowerRt()
getCanvas
public breakout.ScreenCanvas getCanvas()
getBrickRepos
public breakout.BrickRepository getBrickRepos()
All Packages Class Hierarchy This Package Previous Next Index