Class ImageLoaderCache

java.lang.Object
java.util.Dictionary<String,Image>
nl.siegmann.epublib.viewer.ImageLoaderCache

class ImageLoaderCache extends Dictionary<String,Image>
This class is a trick to get the JEditorKit to load its images from the epub file instead of from the given url. This class is installed as the JEditorPane's image cache. Whenever it is requested an image it will try to load that image from the epub. Can be shared by multiple documents but can only be used by one document at the time because of the currentFolder issue.