lab4lib
Class Breakout

java.lang.Object
  extended by graphics.AbstractGraphic
      extended by graphics.Image
          extended by lab4lib.Breakout
All Implemented Interfaces:
CenterLocatable, IGraphic, ILocatable, IRotatable, ISizeable

public class Breakout
extends Image

An screenshot from the game Breakout that can position itself randomly on a containers.Lab4Applet

Author:
Adrienne Decker

Constructor Summary
Breakout()
          Creates the Elephant
 
Method Summary
 
Methods inherited from class graphics.Image
actualPaint, getShape
 
Methods inherited from class graphics.AbstractGraphic
addMouseListener, addMouseMotionListener, contains, getBounds, getCenterLocation, getContainer, getDimension, getLocation, getMouseListeners, getMouseMotionListeners, getRotation, intersects, move, paint, rotate, setCenterLocation, setContainer, setDimension, setLocation, setMovement, setRotation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Breakout

public Breakout()
Creates the Elephant