Package com.jogamp.opengl.util.texture
Class TextureSequence.TextureFrame
- java.lang.Object
-
- com.jogamp.opengl.util.TimeFrameI
-
- com.jogamp.opengl.util.texture.TextureSequence.TextureFrame
-
- Enclosing interface:
- TextureSequence
public static class TextureSequence.TextureFrame extends TimeFrameI
Texture holder interface, maybe specialized by implementation to associated related data.
-
-
Field Summary
-
Fields inherited from class com.jogamp.opengl.util.TimeFrameI
END_OF_STREAM_PTS, INVALID_PTS
-
-
Constructor Summary
Constructors Constructor Description TextureFrame(Texture t)
TextureFrame(Texture t, int pts, int duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Texture
getTexture()
String
toString()
-
Methods inherited from class com.jogamp.opengl.util.TimeFrameI
getDuration, getPTS, setDuration, setPTS
-
-