Class SwappableComposedImage

java.lang.Object
  extended by SwappableComposedImage

public class SwappableComposedImage
extends Object

Class that represents a swappable composed image

Author:
Mark Guzdial, Barb Ericson

Constructor Summary
SwappableComposedImage()
           
 
Method Summary
 void getImage()
          Method to let the use pick a picture to use and set it
 void makeMe()
          Method to make the image
 void setLoc(int x, int y)
          Method to set the x and y location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwappableComposedImage

public SwappableComposedImage()
Method Detail

makeMe

public void makeMe()
Method to make the image


setLoc

public void setLoc(int x,
                   int y)
Method to set the x and y location

Parameters:
x - the x location to use
y - the y location to use

getImage

public void getImage()
Method to let the use pick a picture to use and set it