edu.virginia.jburnette.imageProcessing
Class ImageHolder

java.lang.Object
  extended byedu.virginia.jburnette.imageProcessing.ImageHolder

public class ImageHolder
extends java.lang.Object


Constructor Summary
ImageHolder(int vialNum, int imageNum, java.awt.Image img)
           
 
Method Summary
 java.awt.Image getImage()
          Returns the image.
 int getImageNum()
          Returns the image number.
 int getVialNum()
          Returns the vial or group number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageHolder

public ImageHolder(int vialNum,
                   int imageNum,
                   java.awt.Image img)
Parameters:
vialNum - the vial number or group for the image.
imageNum - the number of the image.
img - the image.
Method Detail

getVialNum

public int getVialNum()
Returns the vial or group number.

Returns:
the vial or group number.

getImageNum

public int getImageNum()
Returns the image number.

Returns:
the image number.

getImage

public java.awt.Image getImage()
Returns the image.

Returns:
java.awt.img.Image.