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 ofXColormapEventstructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcolormap()XColormapEvent.Buffercolormap(long value)Sets the specified value to theXColormapEvent.colormap()field.longdisplay()XColormapEvent.Bufferdisplay(long value)Sets the specified value to theXColormapEvent.display()field.intnew$()XColormapEvent.Buffernew$(int value)Sets the specified value to thenewfield.booleansend_event()XColormapEvent.Buffersend_event(boolean value)Sets the specified value to theXColormapEvent.send_event()field.longserial()XColormapEvent.Bufferserial(long value)Sets the specified value to theXColormapEvent.serial()field.intstate()XColormapEvent.Bufferstate(int value)Sets the specified value to theXColormapEvent.state()field.inttype()XColormapEvent.Buffertype(int value)Sets the specified value to thetypefield.longwindow()XColormapEvent.Bufferwindow(long value)Sets the specified value to theXColormapEvent.window()field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newXColormapEvent.Bufferinstance 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
typefield.
-
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
newfield.
-
state
public int state()
- Returns:
- the value of the
XColormapEvent.state()field.
-
type
public XColormapEvent.Buffer type(int value)
Sets the specified value to thetypefield.
-
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 thenewfield.
-
state
public XColormapEvent.Buffer state(int value)
Sets the specified value to theXColormapEvent.state()field.
-
-