Uses of Class
to.etc.domui.caches.images.FullImage

Packages that use FullImage
to.etc.domui.caches.images   
to.etc.domui.parts   
 

Uses of FullImage in to.etc.domui.caches.images
 

Methods in to.etc.domui.caches.images that return FullImage
 FullImage ImageCache.getFullImage(ImageKey k, java.util.List<IImageConversionSpecifier> convlist)
          Get full image data: both the data source AND it's info.
 

Uses of FullImage in to.etc.domui.parts
 

Methods in to.etc.domui.parts with parameters of type FullImage
protected  void CachedImagePart.generateImage(RequestContextImpl ri, FullImage fima)