Uses of Interface
org.scilab.forge.scirenderer.buffers.IndicesBuffer
-
-
Uses of IndicesBuffer in org.scilab.forge.scirenderer.buffers
Methods in org.scilab.forge.scirenderer.buffers that return IndicesBuffer Modifier and Type Method Description IndicesBufferBuffersManager. createIndicesBuffer()Create an indices buffer. -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.implementation.g2d.buffers
Classes in org.scilab.forge.scirenderer.implementation.g2d.buffers that implement IndicesBuffer Modifier and Type Class Description classG2DIndicesBufferMethods in org.scilab.forge.scirenderer.implementation.g2d.buffers that return IndicesBuffer Modifier and Type Method Description IndicesBufferG2DBuffersManager. createIndicesBuffer() -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.implementation.jogl.buffers
Classes in org.scilab.forge.scirenderer.implementation.jogl.buffers that implement IndicesBuffer Modifier and Type Class Description classJoGLIndicesBufferMethods in org.scilab.forge.scirenderer.implementation.jogl.buffers that return IndicesBuffer Modifier and Type Method Description IndicesBufferJoGLBuffersManager. createIndicesBuffer()Methods in org.scilab.forge.scirenderer.implementation.jogl.buffers with parameters of type IndicesBuffer Modifier and Type Method Description intJoGLBuffersManager. bindIndicesBuffer(com.jogamp.opengl.GL2 gl, IndicesBuffer buffer)Bind the given buffer as indices buffer. -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.shapes.geometry
Methods in org.scilab.forge.scirenderer.shapes.geometry that return IndicesBuffer Modifier and Type Method Description IndicesBufferDefaultGeometry. getIndices()IndicesBufferGeometry. getIndices()Return the indices if any.IndicesBufferDefaultGeometry. getWireIndices()IndicesBufferGeometry. getWireIndices()Return the wire indices.Methods in org.scilab.forge.scirenderer.shapes.geometry with parameters of type IndicesBuffer Modifier and Type Method Description voidDefaultGeometry. setIndices(IndicesBuffer indicesBuffer)Indices setter.voidDefaultGeometry. setWireIndices(IndicesBuffer wireIndices)Wire indices setter.
-