Class ImageKey
- java.lang.Object
-
- org.apache.xmlgraphics.image.loader.cache.ImageKey
-
public class ImageKey extends Object
Key class for Image instances in the cache.
-
-
Constructor Summary
Constructors Constructor Description ImageKey(String uri, ImageFlavor flavor)Main constructor.
-
-
-
Constructor Detail
-
ImageKey
public ImageKey(String uri, ImageFlavor flavor)
Main constructor.- Parameters:
uri- the original URIflavor- the image flavor
-
-