com.jogamp.opengl.util.texture
Class TextureSequence.TextureFrame

java.lang.Object
  extended by com.jogamp.opengl.util.texture.TextureSequence.TextureFrame
Enclosing interface:
TextureSequence

public static class TextureSequence.TextureFrame
extends Object

Texture holder interface, maybe specialized by implementation to associated related data.


Constructor Summary
TextureSequence.TextureFrame(Texture t)
           
 
Method Summary
 Texture getTexture()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextureSequence.TextureFrame

public TextureSequence.TextureFrame(Texture t)
Method Detail

getTexture

public final Texture getTexture()

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 JogAmp Community.