to.etc.domui.caches.images
Interface IImageFileSource

All Superinterfaces:
IImageStreamSource

public interface IImageFileSource
extends IImageStreamSource

An image source which is backed by some file. This one is the most expensive source in many ways because it often forces cached data to a file. Only use when absolutely necessary.

Author:
Frits Jalvingh Created on Dec 1, 2009

Method Summary
 java.io.File getImageFile()
           
 
Methods inherited from interface to.etc.domui.caches.images.IImageStreamSource
getImageStream, getSize
 

Method Detail

getImageFile

java.io.File getImageFile()
                          throws java.lang.Exception
Throws:
java.lang.Exception