xmlgraphics-commons 1.3

Uses of Class
org.apache.xmlgraphics.image.loader.cache.ImageKey

Packages that use ImageKey
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
 void ImageCacheStatistics.cacheHitImage(ImageKey key)
          An Image was found in the cache
 void ImageCacheListener.cacheHitImage(ImageKey key)
          An Image was found in the cache
 void ImageCacheStatistics.cacheMissImage(ImageKey key)
          An Image was not in the cache
 void ImageCacheListener.cacheMissImage(ImageKey key)
          An Image was not in the cache
 


xmlgraphics-commons 1.3

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.