to.etc.domui.caches.images
Class FullImage

java.lang.Object
  extended by to.etc.domui.caches.images.FullImage

public final class FullImage
extends java.lang.Object

Contains both the data source and the image info for a single image instance.

Author:
Frits Jalvingh Created on Dec 10, 2009

Constructor Summary
FullImage(IImageStreamSource source, ImageInfo info)
           
 
Method Summary
 ImageInfo getInfo()
           
 IImageStreamSource getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullImage

public FullImage(IImageStreamSource source,
                 ImageInfo info)
Method Detail

getInfo

public ImageInfo getInfo()

getSource

public IImageStreamSource getSource()