public static class EXRTile.Buffer extends org.lwjgl.system.StructBuffer<EXRTile,EXRTile.Buffer> implements org.lwjgl.system.NativeResource
EXRTile structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
EXRTile.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
height()
Returns the value of the
height field. |
EXRTile.Buffer |
height(int value)
Sets the specified value to the
height field. |
org.lwjgl.PointerBuffer |
images(int capacity)
Returns a
PointerBuffer view of the data pointed to by the images field. |
EXRTile.Buffer |
images(org.lwjgl.PointerBuffer value)
Sets the address of the specified
PointerBuffer to the images field. |
int |
level_x()
Returns the value of the
level_x field. |
EXRTile.Buffer |
level_x(int value)
Sets the specified value to the
level_x field. |
int |
level_y()
Returns the value of the
level_y field. |
EXRTile.Buffer |
level_y(int value)
Sets the specified value to the
level_y field. |
int |
offset_x()
Returns the value of the
offset_x field. |
EXRTile.Buffer |
offset_x(int value)
Sets the specified value to the
offset_x field. |
int |
offset_y()
Returns the value of the
offset_y field. |
EXRTile.Buffer |
offset_y(int value)
Sets the specified value to the
offset_y field. |
int |
width()
Returns the value of the
width field. |
EXRTile.Buffer |
width(int value)
Sets the specified value to the
width field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
EXRTile.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by EXRTile.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int offset_x()
offset_x field.public int offset_y()
offset_y field.public int level_x()
level_x field.public int level_y()
level_y field.public int width()
width field.public int height()
height field.public org.lwjgl.PointerBuffer images(int capacity)
PointerBuffer view of the data pointed to by the images field.capacity - the number of elements in the returned bufferpublic EXRTile.Buffer offset_x(int value)
offset_x field.public EXRTile.Buffer offset_y(int value)
offset_y field.public EXRTile.Buffer level_x(int value)
level_x field.public EXRTile.Buffer level_y(int value)
level_y field.public EXRTile.Buffer width(int value)
width field.public EXRTile.Buffer height(int value)
height field.public EXRTile.Buffer images(org.lwjgl.PointerBuffer value)
PointerBuffer to the images field.Copyright LWJGL. All Rights Reserved. License terms.