CSE115.Zoo
Class Picture
java.lang.Object
CSE115.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Picture
public Picture(String fileLocation,
Point p)
getImageFileLocation
public String getImageFileLocation()
getLocation
public Point getLocation()