Uses of Class
org.apache.xmlgraphics.image.loader.cache.ImageKey
-
Packages that use ImageKey Package Description org.apache.xmlgraphics.image.loader.cache Contains image caching infrastructure. -
-
Uses of ImageKey in org.apache.xmlgraphics.image.loader.cache
Methods in org.apache.xmlgraphics.image.loader.cache with parameters of type ImageKey Modifier and Type Method Description voidImageCacheListener. cacheHitImage(ImageKey key)An Image was found in the cachevoidImageCacheStatistics. cacheHitImage(ImageKey key)An Image was found in the cachevoidImageCacheListener. cacheMissImage(ImageKey key)An Image was not in the cachevoidImageCacheStatistics. cacheMissImage(ImageKey key)An Image was not in the cache
-