Class ImageCacher.ImageCacheEntry

java.lang.Object
org.apache.batik.svggen.ImageCacher.ImageCacheEntry
Enclosing class:
ImageCacher

private static class ImageCacher.ImageCacheEntry extends Object
Instances of this class are created to keep track of the set of images processed by the ImageHandler. Each entry corresponds to one unique member of this set.
  • Field Details

    • checksum

      public int checksum
      A checksum calculated for the data cached
    • src

      public Object src
      An implementation-dependent object referring to the data
    • href

      public String href
      A uri identifying the data
  • Constructor Details

    • ImageCacheEntry

      ImageCacheEntry(int checksum, Object src, String href)
      Creates a new entry