Interface DataBuffer
-
- All Known Subinterfaces:
ElementsBuffer
,IndicesBuffer
- All Known Implementing Classes:
G2DElementsBuffer
,G2DIndicesBuffer
,JoGLDataBuffer
,JoGLElementsBuffer
,JoGLIndicesBuffer
public interface DataBuffer
Interface for a data buffer.- Author:
- Pierre Lando
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
java.nio.Buffer
getData()
Return the data.int
getSize()
Return the number of elements.
-