|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectview.TextureHandler
public class TextureHandler
| Constructor Summary | |
|---|---|
TextureHandler(java.lang.String Path)
Construtor da classe TextureHandler. |
|
| Method Summary | |
|---|---|
com.sun.opengl.util.texture.Texture |
getTextureAt(int index)
Método de acesso às texturas |
static TextureHandler |
instanceOf()
Método de acesso à instancia da classe TextureHandler. |
void |
loadTextures()
Método que carrega as texturas de imagens, criando elas e armazenando-as em um vetor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextureHandler(java.lang.String Path)
| Method Detail |
|---|
public static TextureHandler instanceOf()
public void loadTextures()
public com.sun.opengl.util.texture.Texture getTextureAt(int index)
index - é o indice da textura desejada
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||