|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.scilab.forge.scirenderer.implementation.jogl.texture.JoGLTextureManager
public class JoGLTextureManager
| Constructor Summary | |
|---|---|
JoGLTextureManager(JoGLCanvas canvas)
|
|
| Method Summary | |
|---|---|
void |
bind(JoGLDrawingTools drawingTools,
Texture texture)
Texture binder. |
Texture |
createTexture()
Texture creator. |
void |
draw(JoGLDrawingTools drawingTools,
Texture texture)
Draw the given texture. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JoGLTextureManager(JoGLCanvas canvas)
| Method Detail |
|---|
public void bind(JoGLDrawingTools drawingTools,
Texture texture)
throws SciRendererException
drawingTools - drawing tools.texture - given texture.
SciRendererException - if the texture can't be bind.
public void draw(JoGLDrawingTools drawingTools,
Texture texture)
throws SciRendererException
drawingTools - used drawing tools.texture - the texture too drawn.
SciRendererException - if the texture is invalid.public Texture createTexture()
TextureManager
createTexture in interface TextureManagerTexture
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||