public static class XSetWindowAttributes.Buffer extends org.lwjgl.system.StructBuffer<XSetWindowAttributes,XSetWindowAttributes.Buffer> implements org.lwjgl.system.NativeResource
XSetWindowAttributes structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
XSetWindowAttributes.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
background_pixel()
Returns the value of the
background_pixel field. |
XSetWindowAttributes.Buffer |
background_pixel(long value)
Sets the specified value to the
background_pixel field. |
long |
background_pixmap()
Returns the value of the
background_pixmap field. |
XSetWindowAttributes.Buffer |
background_pixmap(long value)
Sets the specified value to the
background_pixmap field. |
long |
backing_pixel()
Returns the value of the
backing_pixel field. |
XSetWindowAttributes.Buffer |
backing_pixel(long value)
Sets the specified value to the
backing_pixel field. |
long |
backing_planes()
Returns the value of the
backing_planes field. |
XSetWindowAttributes.Buffer |
backing_planes(long value)
Sets the specified value to the
backing_planes field. |
int |
backing_store()
Returns the value of the
backing_store field. |
XSetWindowAttributes.Buffer |
backing_store(int value)
Sets the specified value to the
backing_store field. |
int |
bit_gravity()
Returns the value of the
bit_gravity field. |
XSetWindowAttributes.Buffer |
bit_gravity(int value)
Sets the specified value to the
bit_gravity field. |
long |
border_pixel()
Returns the value of the
border_pixel field. |
XSetWindowAttributes.Buffer |
border_pixel(long value)
Sets the specified value to the
border_pixel field. |
long |
border_pixmap()
Returns the value of the
border_pixmap field. |
XSetWindowAttributes.Buffer |
border_pixmap(long value)
Sets the specified value to the
border_pixmap field. |
long |
colormap()
Returns the value of the
colormap field. |
XSetWindowAttributes.Buffer |
colormap(long value)
Sets the specified value to the
colormap field. |
long |
cursor()
Returns the value of the
cursor field. |
XSetWindowAttributes.Buffer |
cursor(long value)
Sets the specified value to the
cursor field. |
long |
do_not_propagate_mask()
Returns the value of the
do_not_propagate_mask field. |
XSetWindowAttributes.Buffer |
do_not_propagate_mask(long value)
Sets the specified value to the
do_not_propagate_mask field. |
long |
event_mask()
Returns the value of the
event_mask field. |
XSetWindowAttributes.Buffer |
event_mask(long value)
Sets the specified value to the
event_mask field. |
boolean |
override_redirect()
Returns the value of the
override_redirect field. |
XSetWindowAttributes.Buffer |
override_redirect(boolean value)
Sets the specified value to the
override_redirect field. |
boolean |
save_under()
Returns the value of the
save_under field. |
XSetWindowAttributes.Buffer |
save_under(boolean value)
Sets the specified value to the
save_under field. |
int |
win_gravity()
Returns the value of the
win_gravity field. |
XSetWindowAttributes.Buffer |
win_gravity(int value)
Sets the specified value to the
win_gravity field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
XSetWindowAttributes.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 XSetWindowAttributes.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 long background_pixmap()
background_pixmap field.public long background_pixel()
background_pixel field.public long border_pixmap()
border_pixmap field.public long border_pixel()
border_pixel field.public int bit_gravity()
bit_gravity field.public int win_gravity()
win_gravity field.public int backing_store()
backing_store field.public long backing_planes()
backing_planes field.public long backing_pixel()
backing_pixel field.public boolean save_under()
save_under field.public long event_mask()
event_mask field.public long do_not_propagate_mask()
do_not_propagate_mask field.public boolean override_redirect()
override_redirect field.public long colormap()
colormap field.public long cursor()
cursor field.public XSetWindowAttributes.Buffer background_pixmap(long value)
background_pixmap field.public XSetWindowAttributes.Buffer background_pixel(long value)
background_pixel field.public XSetWindowAttributes.Buffer border_pixmap(long value)
border_pixmap field.public XSetWindowAttributes.Buffer border_pixel(long value)
border_pixel field.public XSetWindowAttributes.Buffer bit_gravity(int value)
bit_gravity field.public XSetWindowAttributes.Buffer win_gravity(int value)
win_gravity field.public XSetWindowAttributes.Buffer backing_store(int value)
backing_store field.public XSetWindowAttributes.Buffer backing_planes(long value)
backing_planes field.public XSetWindowAttributes.Buffer backing_pixel(long value)
backing_pixel field.public XSetWindowAttributes.Buffer save_under(boolean value)
save_under field.public XSetWindowAttributes.Buffer event_mask(long value)
event_mask field.public XSetWindowAttributes.Buffer do_not_propagate_mask(long value)
do_not_propagate_mask field.public XSetWindowAttributes.Buffer override_redirect(boolean value)
override_redirect field.public XSetWindowAttributes.Buffer colormap(long value)
colormap field.public XSetWindowAttributes.Buffer cursor(long value)
cursor field.Copyright LWJGL. All Rights Reserved. License terms.