com.jme.util
Class TextureKey
java.lang.Object
com.jme.util.TextureKey
- public final class TextureKey
- extends java.lang.Object
TextureKey provides a way for the TextureManager to cache and
retrieve Texture objects.
- Version:
- $Id: TextureKey.java,v 1.2 2004/09/07 07:13:29 renanse Exp $
- Author:
- Joshua Slack
|
Constructor Summary |
TextureKey(java.net.URL location,
int minFilter,
int maxFilter,
float anisoLevel,
boolean flipped)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TextureKey
public TextureKey(java.net.URL location,
int minFilter,
int maxFilter,
float anisoLevel,
boolean flipped)
equals
public boolean equals(java.lang.Object other)
hashCode
public int hashCode()