Interface IndicesBuffer
- All Superinterfaces:
DataBuffer
- All Known Implementing Classes:
G2DIndicesBuffer,JoGLIndicesBuffer
- Author:
- Pierre Lando
-
Method Summary
Methods inherited from interface org.scilab.forge.scirenderer.buffers.DataBuffer
getSize
-
Method Details
-
setData
void setData(int[] indices) Set the data- Parameters:
indices- the new data.
-
setData
Set the data- Parameters:
indices- the new data.
-
setData
Set the data.- Parameters:
indexBuffer- the new data.
-
getData
IntBuffer getData()Description copied from interface:DataBufferReturn the data.- Specified by:
getDatain interfaceDataBuffer- Returns:
- the data.
-
clear
void clear()- Specified by:
clearin interfaceDataBuffer
-