Package org.lwjgl.system.linux
Class XVisualInfo.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<XVisualInfo.Buffer>
org.lwjgl.system.StructBuffer<XVisualInfo,XVisualInfo.Buffer>
org.lwjgl.system.linux.XVisualInfo.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<XVisualInfo>,NativeResource,Pointer
- Enclosing class:
XVisualInfo
public static class XVisualInfo.Buffer
extends StructBuffer<XVisualInfo,XVisualInfo.Buffer>
implements NativeResource
An array of
XVisualInfo structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newXVisualInfo.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionintbits_per_rgb(int value) Sets the specified value to thebits_per_rgbfield.longblue_mask(long value) Sets the specified value to theblue_maskfield.intclass$()class$(int value) Sets the specified value to theclassfield.intcolormap_size(int value) Sets the specified value to thecolormap_sizefield.intdepth()depth(int value) Sets the specified value to thedepthfield.longgreen_mask(long value) Sets the specified value to thegreen_maskfield.longred_mask()red_mask(long value) Sets the specified value to thered_maskfield.intscreen()screen(int value) Sets the specified value to thescreenfield.visual()Sets the address of the specifiedVisualto thevisualfield.longvisualid()visualid(long value) Sets the specified value to thevisualidfield.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newXVisualInfo.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 by
XVisualInfo.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 Details
-
visual
- Returns:
- a
Visualview of the struct pointed to by thevisualfield.
-
visualid
public long visualid()- Returns:
- the value of the
visualidfield.
-
screen
public int screen()- Returns:
- the value of the
screenfield.
-
depth
public int depth()- Returns:
- the value of the
depthfield.
-
class$
public int class$()- Returns:
- the value of the
classfield.
-
red_mask
public long red_mask()- Returns:
- the value of the
red_maskfield.
-
green_mask
public long green_mask()- Returns:
- the value of the
green_maskfield.
-
blue_mask
public long blue_mask()- Returns:
- the value of the
blue_maskfield.
-
colormap_size
public int colormap_size()- Returns:
- the value of the
colormap_sizefield.
-
bits_per_rgb
public int bits_per_rgb()- Returns:
- the value of the
bits_per_rgbfield.
-
visual
Sets the address of the specifiedVisualto thevisualfield. -
visualid
Sets the specified value to thevisualidfield. -
screen
Sets the specified value to thescreenfield. -
depth
Sets the specified value to thedepthfield. -
class$
Sets the specified value to theclassfield. -
red_mask
Sets the specified value to thered_maskfield. -
green_mask
Sets the specified value to thegreen_maskfield. -
blue_mask
Sets the specified value to theblue_maskfield. -
colormap_size
Sets the specified value to thecolormap_sizefield. -
bits_per_rgb
Sets the specified value to thebits_per_rgbfield.
-