Uses of Interface
org.scilab.forge.scirenderer.buffers.ElementsBuffer
-
-
Uses of ElementsBuffer in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type ElementsBuffer Modifier and Type Method Description 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. -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.buffers
Methods in org.scilab.forge.scirenderer.buffers that return ElementsBuffer Modifier and Type Method Description ElementsBufferBuffersManager. createElementsBuffer()Create an elements buffer. -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type ElementsBuffer Modifier and Type Method Description voidG2DDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions)voidG2DDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.implementation.g2d.buffers
Classes in org.scilab.forge.scirenderer.implementation.g2d.buffers that implement ElementsBuffer Modifier and Type Class Description classG2DElementsBufferMethods in org.scilab.forge.scirenderer.implementation.g2d.buffers that return ElementsBuffer Modifier and Type Method Description ElementsBufferG2DBuffersManager. createElementsBuffer() -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type ElementsBuffer Modifier and Type Method Description voidMotor3D. draw(DrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type ElementsBuffer Modifier and Type Method Description voidJoGLDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions)voidJoGLDrawingTools. draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.implementation.jogl.buffers
Classes in org.scilab.forge.scirenderer.implementation.jogl.buffers that implement ElementsBuffer Modifier and Type Class Description classJoGLElementsBufferMethods in org.scilab.forge.scirenderer.implementation.jogl.buffers that return ElementsBuffer Modifier and Type Method Description ElementsBufferJoGLBuffersManager. createElementsBuffer()Methods in org.scilab.forge.scirenderer.implementation.jogl.buffers with parameters of type ElementsBuffer Modifier and Type Method Description intJoGLBuffersManager. bindColorsBuffer(com.jogamp.opengl.GL2 gl, ElementsBuffer buffer)Bind the given buffer as color buffer.intJoGLBuffersManager. bindNormalsBuffer(com.jogamp.opengl.GL2 gl, ElementsBuffer buffer)Bind the given buffer as normal buffer.intJoGLBuffersManager. bindTextureCoordinatesBuffer(com.jogamp.opengl.GL2 gl, ElementsBuffer buffer)Bind the given buffer as texture coordinate buffer.intJoGLBuffersManager. bindVertexBuffer(com.jogamp.opengl.GL2 gl, ElementsBuffer buffer)Bind the given buffer as vertex buffer. -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.implementation.jogl.texture
Methods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type ElementsBuffer Modifier and Type Method Description voidJoGLTextureManager. draw(JoGLDrawingTools drawingTools, Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) -
Uses of ElementsBuffer in org.scilab.forge.scirenderer.shapes.geometry
Methods in org.scilab.forge.scirenderer.shapes.geometry that return ElementsBuffer Modifier and Type Method Description ElementsBufferDefaultGeometry. getColors()ElementsBufferGeometry. getColors()Return the colors.ElementsBufferDefaultGeometry. getNormals()ElementsBufferGeometry. getNormals()Return the normals.ElementsBufferDefaultGeometry. getTextureCoordinates()ElementsBufferGeometry. getTextureCoordinates()Texture coordinates getter.ElementsBufferDefaultGeometry. getVertices()ElementsBufferGeometry. getVertices()Return the vertices.Methods in org.scilab.forge.scirenderer.shapes.geometry with parameters of type ElementsBuffer Modifier and Type Method Description voidDefaultGeometry. setColors(ElementsBuffer colors)Colors setter.voidDefaultGeometry. setNormals(ElementsBuffer normals)Normals setter.voidDefaultGeometry. setTextureCoordinates(ElementsBuffer textureCoordinates)Texture coordinates setter.voidDefaultGeometry. setVertices(ElementsBuffer vertices)Vertices setter.
-