com.threerings.opengl.util
Class ImageCache.ImageKey
java.lang.Object
com.threerings.opengl.util.ImageCache.ImageKey
- Enclosing class:
- ImageCache
protected static class ImageCache.ImageKey
- extends Object
Identifies a cached image.
path
public String path
- The path of the image resource.
zations
public Colorization[] zations
- The colorizations to apply to the image.
ImageCache.ImageKey
public ImageCache.ImageKey(String path,
Colorization[] zations)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object