Uses of Class
org.scilab.forge.scirenderer.SciRendererException
-
-
Uses of SciRendererException in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer that throw SciRendererException Modifier and Type Method Description voidDrawingTools. draw(Geometry geometry)Draw the given geometry with default appearance.voidDrawingTools. draw(Geometry geometry, Appearance appearance)Draw the given geometry.voidDrawingTools. draw(Texture texture)Draw the texture on XY plane in current coordinate.voidDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions)Draw the given texture at all given position.voidDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle)Draw the given texture at all given position with the given rotation angle.voidDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position)Draw the given texture at given position.voidDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle)Draw the given texture at given position with the given rotation angle. -
Uses of SciRendererException in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d that throw SciRendererException Modifier and Type Method Description voidG2DDrawingTools. draw(Geometry geometry)voidG2DDrawingTools. draw(Geometry geometry, Appearance appearance)voidG2DDrawingTools. draw(Texture texture) -
Uses of SciRendererException in org.scilab.forge.scirenderer.implementation.g2d.texture
Methods in org.scilab.forge.scirenderer.implementation.g2d.texture that throw SciRendererException Modifier and Type Method Description voidG2DTextureManager. draw(G2DDrawingTools drawingTools, Texture texture)Draw the given texture. -
Uses of SciRendererException in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl that throw SciRendererException Modifier and Type Method Description voidJoGLDrawingTools. bind(Texture texture)Bind the given texture to the OpenGl context.voidJoGLDrawingTools. draw(Geometry geometry)voidJoGLDrawingTools. draw(Geometry geometry, Appearance appearance)voidJoGLDrawingTools. draw(Texture texture)voidJoGLDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions)voidJoGLDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle)voidJoGLDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position)voidJoGLDrawingTools. draw(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) -
Uses of SciRendererException in org.scilab.forge.scirenderer.implementation.jogl.drawer
Methods in org.scilab.forge.scirenderer.implementation.jogl.drawer that throw SciRendererException Modifier and Type Method Description voidJoGLShapeDrawer. draw(JoGLDrawingTools drawingTools, Geometry geometry, Appearance appearance)Draw a given geometry with given appearance. -
Uses of SciRendererException in org.scilab.forge.scirenderer.implementation.jogl.texture
Methods in org.scilab.forge.scirenderer.implementation.jogl.texture that throw SciRendererException Modifier and Type Method Description voidJoGLTextureManager. bind(JoGLDrawingTools drawingTools, Texture texture)Texture binder.voidJoGLTextureManager.JoGLTexture. bind(JoGLDrawingTools drawingTools)Bind the texture in the OpenGl context.voidJoGLTextureManager. draw(JoGLDrawingTools drawingTools, Texture texture)Draw the given texture.voidJoGLTextureManager. draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle)voidJoGLTextureManager. draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle)voidJoGLTextureManager.JoGLTexture. draw(JoGLDrawingTools drawingTools)Draw the texture in XY plane.voidJoGLTextureManager.JoGLTexture. draw(JoGLDrawingTools drawingTools, AnchorPosition anchor, Vector3d position, double rotationAngle)voidJoGLTextureManager.JoGLTexture. preDraw(JoGLDrawingTools drawingTools) -
Uses of SciRendererException in org.scilab.forge.scirenderer.tranformations
Subclasses of SciRendererException in org.scilab.forge.scirenderer.tranformations Modifier and Type Class Description classDegenerateMatrixException
-