CSE115.SlideShow
Class Picture

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

public class Picture
extends Image

Picture.java Created: Fri Sep 6 11:41:05 2002 Modified: Wed Jan 22 21:49:05 2003

Author:
Adrienne M Decker, Carl Alphonce Alphonce abstracted this superclass from Decker's original classes.

Constructor Summary
Picture(String fileLocation)
           
 
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

Picture

public Picture(String fileLocation)