CSE115.Zoo
Class ReactivePicture

java.lang.Object
  extended byNGP.Graphics.Image
      extended byCSE115.Zoo.ReactivePicture
All Implemented Interfaces:
EventListener, Graphic, Locatable, MouseListener, MouseMotionListener, Reactor, Rotatable, Sizeable

public class ReactivePicture
extends Image

ReactivePicture.java Created: Fri Sep 6 11:41:05 2002 Modified: Wed Jan 30, 2003

Author:
Adrienne M Decker, Carl Alphonce Alphonce modified Decker's original class to fit Spring 2003 labs.

Constructor Summary
ReactivePicture(Picture picture)
           
 
Method Summary
 void rotate(Rotation rotation)
           
 
Methods inherited from class NGP.Graphics.Image
contains, drag, getAWTImage, getBounds, getCenterLocation, getDimension, getDrawingPanel, getLocation, getRotation, hide, intersects, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, react, setCenterLocation, setDimension, setDrawingPanel, setLocation, setRotation, setup, show, unwrap, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReactivePicture

public ReactivePicture(Picture picture)
Method Detail

rotate

public void rotate(Rotation rotation)