com.jme.util
Class TextureKey
java.lang.Object
com.jme.util.TextureKey
- All Implemented Interfaces:
- Savable
public final class TextureKey
- extends java.lang.Object
- implements Savable
TextureKey provides a way for the TextureManager to cache and
retrieve Texture objects.
- Version:
- $Id: TextureKey.java 4562 2009-08-03 17:19:25Z blaine.dev $
- Author:
- Joshua Slack
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
location
protected java.net.URL location
persistedUrl
protected java.net.URL persistedUrl
flipped
protected boolean flipped
code
protected int code
format
protected Image.Format format
fileType
protected java.lang.String fileType
TextureKey
public TextureKey()
TextureKey
public TextureKey(java.net.URL location,
boolean flipped,
Image.Format imageType)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
resetHashCode
public void resetHashCode()
write
public void write(JMEExporter e)
throws java.io.IOException
- Specified by:
write in interface Savable
- Throws:
java.io.IOException
read
public void read(JMEImporter e)
throws java.io.IOException
- Specified by:
read in interface Savable
- Throws:
java.io.IOException
getFormat
public Image.Format getFormat()
setFormat
public void setFormat(Image.Format format)
getClassTag
public java.lang.Class getClassTag()
- Description copied from interface:
Savable
- The peristed type for the object.
Note that tag here does not mean XML tag, but the class that the object
is tagged with.
- Specified by:
getClassTag in interface Savable
isFlipped
public boolean isFlipped()
- Returns:
- Returns the flipped.
setFlipped
public void setFlipped(boolean flipped)
- Parameters:
flipped - The flipped to set.
getLocation
public java.net.URL getLocation()
- Returns:
- Returns the location.
setLocation
public void setLocation(java.net.URL location)
- Parameters:
location - The location to set.
getFileType
public java.lang.String getFileType()
setFileType
public void setFileType(java.lang.String fileType)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright 2003-2009 jMonkeyEngine