|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndicesBuffer
Method Summary | |
---|---|
void |
clear()
|
java.nio.IntBuffer |
getData()
Return the data. |
void |
setData(java.util.Collection<java.lang.Integer> indices)
Set the data |
void |
setData(int[] indices)
Set the data |
void |
setData(java.nio.IntBuffer indexBuffer)
Set the data. |
Methods inherited from interface org.scilab.forge.scirenderer.buffers.DataBuffer |
---|
getSize |
Method Detail |
---|
void setData(int[] indices)
indices
- the new data.void setData(java.util.Collection<java.lang.Integer> indices)
indices
- the new data.void setData(java.nio.IntBuffer indexBuffer)
indexBuffer
- the new data.java.nio.IntBuffer getData()
DataBuffer
getData
in interface DataBuffer
void clear()
clear
in interface DataBuffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |