com.threerings.opengl.util
Class ImageCache.ImageKey

java.lang.Object
  extended by com.threerings.opengl.util.ImageCache.ImageKey
Enclosing class:
ImageCache

protected static class ImageCache.ImageKey
extends Object

Identifies a cached image.


Field Summary
 String path
          The path of the image resource.
 Colorization[] zations
          The colorizations to apply to the image.
 
Constructor Summary
ImageCache.ImageKey(String path, Colorization[] zations)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public String path
The path of the image resource.


zations

public Colorization[] zations
The colorizations to apply to the image.

Constructor Detail

ImageCache.ImageKey

public ImageCache.ImageKey(String path,
                           Colorization[] zations)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object