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

Variable Index

 o lowerrt
 o repos
 o screen
 o upperlft

Constructor Index

 o StationaryBrick()
 o StationaryBrick(ScreenCanvas, BrickRepository, Point, Point)

Method Index

 o getBrickRepos()
 o getCanvas()
 o getLowerRt()
 o getUpperLft()

Variables

 o screen
 protected breakout.ScreenCanvas screen
 o repos
 protected breakout.BrickRepository repos
 o upperlft
 protected java.awt.Point upperlft
 o lowerrt
 protected java.awt.Point lowerrt

Constructors

 o StationaryBrick
 public StationaryBrick(breakout.ScreenCanvas screen,
                        breakout.BrickRepository repos,
                        java.awt.Point upperlft,
                        java.awt.Point lowerrt)
 o StationaryBrick
 public StationaryBrick()

Methods

 o getUpperLft
 public java.awt.Point getUpperLft()
 o getLowerRt
 public java.awt.Point getLowerRt()
 o getCanvas
 public breakout.ScreenCanvas getCanvas()
 o getBrickRepos
 public breakout.BrickRepository getBrickRepos()

All Packages  Class Hierarchy  This Package  Previous  Next  Index