Uses of Class
org.scilab.forge.scirenderer.implementation.jogl.JoGLDrawingTools

Packages that use JoGLDrawingTools
org.scilab.forge.scirenderer.implementation.jogl.clipping   
org.scilab.forge.scirenderer.implementation.jogl.drawer   
org.scilab.forge.scirenderer.implementation.jogl.lightning   
org.scilab.forge.scirenderer.implementation.jogl.picking   
org.scilab.forge.scirenderer.implementation.jogl.renderer   
org.scilab.forge.scirenderer.implementation.jogl.texture   
 

Uses of JoGLDrawingTools in org.scilab.forge.scirenderer.implementation.jogl.clipping
 

Constructors in org.scilab.forge.scirenderer.implementation.jogl.clipping with parameters of type JoGLDrawingTools
JoGLClippingManager(JoGLDrawingTools drawingTools)
          Default constructor.
 

Uses of JoGLDrawingTools in org.scilab.forge.scirenderer.implementation.jogl.drawer
 

Methods in org.scilab.forge.scirenderer.implementation.jogl.drawer with parameters of type JoGLDrawingTools
 void JoGLShapeDrawer.draw(JoGLDrawingTools drawingTools, Geometry geometry, Appearance appearance)
          Draw a given geometry with given appearance.
 

Uses of JoGLDrawingTools in org.scilab.forge.scirenderer.implementation.jogl.lightning
 

Constructors in org.scilab.forge.scirenderer.implementation.jogl.lightning with parameters of type JoGLDrawingTools
JoGLLightManager(JoGLDrawingTools drawingTools)
          Default constructor.
 

Uses of JoGLDrawingTools in org.scilab.forge.scirenderer.implementation.jogl.picking
 

Methods in org.scilab.forge.scirenderer.implementation.jogl.picking with parameters of type JoGLDrawingTools
 void JoGLPickingManager.glConsume(JoGLDrawingTools drawingTools)
          Ask to consume picking task with the given drawing tools.
 

Constructors in org.scilab.forge.scirenderer.implementation.jogl.picking with parameters of type JoGLDrawingTools
JoGLPickingTools(JoGLDrawingTools drawingTools)
          Default constructor.
 

Uses of JoGLDrawingTools in org.scilab.forge.scirenderer.implementation.jogl.renderer
 

Methods in org.scilab.forge.scirenderer.implementation.jogl.renderer with parameters of type JoGLDrawingTools
 void JoGLRendererManager.dispose(JoGLDrawingTools drawingTools, Renderer renderer)
           
 void JoGLRenderer.draw(JoGLDrawingTools drawingTools)
          Perform a draw to the given canvas.
 void JoGLRendererManager.draw(JoGLDrawingTools drawingTools, Renderer renderer)
          Perform a draw with the given renderer to the given canvas..
 

Uses of JoGLDrawingTools in org.scilab.forge.scirenderer.implementation.jogl.texture
 

Methods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type JoGLDrawingTools
 void JoGLTextureManager.JoGLTexture.bind(JoGLDrawingTools drawingTools)
          Bind the texture in the OpenGl context.
 void JoGLTextureManager.bind(JoGLDrawingTools drawingTools, Texture texture)
          Texture binder.
 void JoGLTextureManager.JoGLTexture.draw(JoGLDrawingTools drawingTools)
          Draw the texture in XY plane.
 void JoGLTextureManager.JoGLTexture.draw(JoGLDrawingTools drawingTools, AnchorPosition anchor, Vector3d position, double rotationAngle)
           
 void JoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture)
          Draw the given texture.
 void JoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle)
           
 void JoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle)
           
 void JoGLTextureManager.JoGLTexture.postDraw(JoGLDrawingTools drawingTools)
           
 void JoGLTextureManager.JoGLTexture.preDraw(JoGLDrawingTools drawingTools)