|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.scirenderer.implementation.g2d.buffers.G2DIndicesBuffer
public class G2DIndicesBuffer
Method Summary | |
---|---|
java.nio.IntBuffer |
getData()
Return the data. |
int |
getSize()
Return the number of elements. |
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setData(int[] indices)
IndicesBuffer
setData
in interface IndicesBuffer
indices
- the new data.public void setData(java.util.Collection<java.lang.Integer> indices)
IndicesBuffer
setData
in interface IndicesBuffer
indices
- the new data.public void setData(java.nio.IntBuffer indexBuffer)
IndicesBuffer
setData
in interface IndicesBuffer
indexBuffer
- the new data.public int getSize()
DataBuffer
getSize
in interface DataBuffer
public java.nio.IntBuffer getData()
DataBuffer
getData
in interface DataBuffer
getData
in interface IndicesBuffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |