Package org.lwjgl.system.linux
Class XColormapEvent.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<XColormapEvent,XColormapEvent.Buffer>
-
- org.lwjgl.system.linux.XColormapEvent.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<XColormapEvent>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- XColormapEvent
public static class XColormapEvent.Buffer extends org.lwjgl.system.StructBuffer<XColormapEvent,XColormapEvent.Buffer> implements org.lwjgl.system.NativeResource
An array ofXColormapEvent
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
colormap()
XColormapEvent.Buffer
colormap(long value)
Sets the specified value to theXColormapEvent.colormap()
field.long
display()
XColormapEvent.Buffer
display(long value)
Sets the specified value to theXColormapEvent.display()
field.int
new$()
XColormapEvent.Buffer
new$(int value)
Sets the specified value to thenew
field.boolean
send_event()
XColormapEvent.Buffer
send_event(boolean value)
Sets the specified value to theXColormapEvent.send_event()
field.long
serial()
XColormapEvent.Buffer
serial(long value)
Sets the specified value to theXColormapEvent.serial()
field.int
state()
XColormapEvent.Buffer
state(int value)
Sets the specified value to theXColormapEvent.state()
field.int
type()
XColormapEvent.Buffer
type(int value)
Sets the specified value to thetype
field.long
window()
XColormapEvent.Buffer
window(long value)
Sets the specified value to theXColormapEvent.window()
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newXColormapEvent.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 byXColormapEvent.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
type
public int type()
- Returns:
- the value of the
type
field.
-
serial
public long serial()
- Returns:
- the value of the
XColormapEvent.serial()
field.
-
send_event
public boolean send_event()
- Returns:
- the value of the
XColormapEvent.send_event()
field.
-
display
public long display()
- Returns:
- the value of the
XColormapEvent.display()
field.
-
window
public long window()
- Returns:
- the value of the
XColormapEvent.window()
field.
-
colormap
public long colormap()
- Returns:
- the value of the
XColormapEvent.colormap()
field.
-
new$
public int new$()
- Returns:
- the value of the
new
field.
-
state
public int state()
- Returns:
- the value of the
XColormapEvent.state()
field.
-
type
public XColormapEvent.Buffer type(int value)
Sets the specified value to thetype
field.
-
serial
public XColormapEvent.Buffer serial(long value)
Sets the specified value to theXColormapEvent.serial()
field.
-
send_event
public XColormapEvent.Buffer send_event(boolean value)
Sets the specified value to theXColormapEvent.send_event()
field.
-
display
public XColormapEvent.Buffer display(long value)
Sets the specified value to theXColormapEvent.display()
field.
-
window
public XColormapEvent.Buffer window(long value)
Sets the specified value to theXColormapEvent.window()
field.
-
colormap
public XColormapEvent.Buffer colormap(long value)
Sets the specified value to theXColormapEvent.colormap()
field.
-
new$
public XColormapEvent.Buffer new$(int value)
Sets the specified value to thenew
field.
-
state
public XColormapEvent.Buffer state(int value)
Sets the specified value to theXColormapEvent.state()
field.
-
-