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:DataBuffer
Return the data.- Specified by:
getData
in interfaceDataBuffer
- Returns:
- the data.
-
clear
void clear()- Specified by:
clear
in interfaceDataBuffer
-