lab4lib
Class Elephant

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

public class Elephant
extends Image

An image of an elephant that can position itself randomly on a containers.Lab4Applet

Author:
Adrienne Decker

Constructor Summary
Elephant()
          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

Elephant

public Elephant()
Creates the Elephant