Class G2DIndicesBuffer
java.lang.Object
org.scilab.forge.scirenderer.implementation.g2d.buffers.G2DIndicesBuffer
- All Implemented Interfaces:
DataBuffer, IndicesBuffer
- Author:
- Calixte DENIZET
-
Method Summary
-
Method Details
-
setData
public void setData(int[] indices) Description copied from interface:IndicesBufferSet the data- Specified by:
setDatain interfaceIndicesBuffer- Parameters:
indices- the new data.
-
setData
Description copied from interface:IndicesBufferSet the data- Specified by:
setDatain interfaceIndicesBuffer- Parameters:
indices- the new data.
-
setData
Description copied from interface:IndicesBufferSet the data.- Specified by:
setDatain interfaceIndicesBuffer- Parameters:
indexBuffer- the new data.
-
getSize
public int getSize()Description copied from interface:DataBufferReturn the number of elements.- Specified by:
getSizein interfaceDataBuffer- Returns:
- the number of elements.
-
getData
Description copied from interface:DataBufferReturn the data.- Specified by:
getDatain interfaceDataBuffer- Specified by:
getDatain interfaceIndicesBuffer- Returns:
- the data.
-
clear
public void clear()- Specified by:
clearin interfaceDataBuffer- Specified by:
clearin interfaceIndicesBuffer
-