com.jme.util
Class TextureKey

java.lang.Object
  extended bycom.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)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureKey

public TextureKey(java.net.URL location,
                  int minFilter,
                  int maxFilter,
                  float anisoLevel,
                  boolean flipped)
Method Detail

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()