edu.jhu.tmaj.client.image.data
Class VariedSizeImages

java.lang.Object
  extended by edu.jhu.tmaj.client.image.data.VariedSizeImages
All Implemented Interfaces:
java.io.Serializable

public final class VariedSizeImages
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
VariedSizeImages(ExternalFile largeFile, ExternalFile smallFile, ExternalFile midFile, ExternalFile thumbFile)
           
 
Method Summary
 ExternalFile getExternalFile(ImageSize imageSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariedSizeImages

public VariedSizeImages(ExternalFile largeFile,
                        ExternalFile smallFile,
                        ExternalFile midFile,
                        ExternalFile thumbFile)
Method Detail

getExternalFile

public ExternalFile getExternalFile(ImageSize imageSize)