|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractTexture
Abstraction of a Texture.
| Method Summary | |
|---|---|
java.lang.String |
getCacheKey()
|
TextureFormat |
getFormat()
|
int |
getHeight()
|
AbstractTextureImage |
getImage(int level)
|
int |
getImagesCount()
|
java.lang.String |
getName()
|
TextureType |
getType()
|
int |
getWidth()
|
void |
setCacheKey(java.lang.String key)
Sets the key-String, by which this texture has been cached in the TextureLoader. |
void |
setImage(int level,
AbstractTextureImage image)
|
void |
setName(java.lang.String name)
Sets the Texture's name (the String, that has been used to load it through TextureLoader). |
| Method Detail |
|---|
void setCacheKey(java.lang.String key)
java.lang.String getCacheKey()
void setName(java.lang.String name)
setName in interface NamableObjectjava.lang.String getName()
getName in interface NamedObjectTextureType getType()
Type.int getWidth()
int getHeight()
TextureFormat getFormat()
Format.
void setImage(int level,
AbstractTextureImage image)
AbstractTextureImage getImage(int level)
int getImagesCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||