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