xmlgraphics-commons 1.4

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

java.lang.Object
  extended byorg.apache.xmlgraphics.image.loader.cache.ImageKey

public class ImageKey
extends java.lang.Object

Key class for Image instances in the cache.


Constructor Summary
ImageKey(java.lang.String uri, ImageFlavor flavor)
          Main constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 int hashCode()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageKey

public ImageKey(java.lang.String uri,
                ImageFlavor flavor)
Main constructor.

Parameters:
uri - the original URI
flavor - the image flavor
Method Detail

hashCode

public int hashCode()


equals

public boolean equals(java.lang.Object obj)


toString

public java.lang.String toString()


xmlgraphics-commons 1.4

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