Class ImageKey
- java.lang.Object
-
- org.apache.xmlgraphics.image.loader.cache.ImageKey
-
public class ImageKey extends java.lang.ObjectKey class for Image instances in the cache.
-
-
Constructor Summary
Constructors Constructor Description ImageKey(java.lang.String uri, ImageFlavor flavor)Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ImageKey
public ImageKey(java.lang.String uri, ImageFlavor flavor)Main constructor.- Parameters:
uri- the original URIflavor- the image flavor
-
-