CSE115.Zoo
Class Picture

java.lang.Object
  extended byCSE115.Zoo.Picture
Direct Known Subclasses:
Bird, Boar, Bobcat, Dog, Tiger, Wolf

public class Picture
extends Object

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, Point p)
           
 
Method Summary
 String getImageFileLocation()
           
 Point getLocation()
           
 
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,
               Point p)
Method Detail

getImageFileLocation

public String getImageFileLocation()

getLocation

public Point getLocation()