Package com.luciad.view.opengl.binding
Interface ILcdGLCharBuffer
- All Superinterfaces:
ILcdGLBuffer
Deprecated.
Please use OpenGL API entry points that accept NIO buffers or primitive arrays as input
An ILcdGLBuffer for elements of type
char
.-
Method Summary
Modifier and TypeMethodDescriptionchar[]
array()
Deprecated.int
Deprecated.Deprecated.compact()
Deprecated.Deprecated.char
get()
Deprecated.get
(char[] dst) Deprecated.get
(char[] dst, int offset, int length) Deprecated.char
get
(int index) Deprecated.boolean
hasArray()
Deprecated.put
(char f) Deprecated.put
(char[] src) Deprecated.put
(char[] src, int offset, int length) Deprecated.put
(int index, char f) Deprecated.put
(ILcdGLCharBuffer src) Deprecated.slice()
Deprecated.
-
Method Details
-
slice
ILcdGLCharBuffer slice()Deprecated. -
duplicate
ILcdGLCharBuffer duplicate()Deprecated. -
asReadOnlyBuffer
ILcdGLCharBuffer asReadOnlyBuffer()Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
get
Deprecated.- Throws:
IndexOutOfBoundsException
-
get
ILcdGLCharBuffer get(char[] dst, int offset, int length) throws TLcdGLBufferUnderflowException, IndexOutOfBoundsException Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
put
Deprecated. -
put
ILcdGLCharBuffer put(int index, char f) throws IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLCharBuffer put(ILcdGLCharBuffer src) throws TLcdGLBufferOverflowException, IllegalArgumentException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLCharBuffer put(char[] src, int offset, int length) throws TLcdGLBufferOverflowException, IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLCharBuffer put(char[] src) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException Deprecated. -
hasArray
boolean hasArray()Deprecated. -
array
Deprecated. -
arrayOffset
Deprecated. -
compact
Deprecated.- Throws:
TLcdGLReadOnlyBufferException
-