Package org.lwjgl.system.linux
Class XVisualInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<XVisualInfo,XVisualInfo.Buffer>
-
- org.lwjgl.system.linux.XVisualInfo.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<XVisualInfo>
,NativeResource
,Pointer
- Enclosing class:
- XVisualInfo
public static class XVisualInfo.Buffer extends StructBuffer<XVisualInfo,XVisualInfo.Buffer> implements NativeResource
An array ofXVisualInfo
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
bits_per_rgb()
Returns the value of thebits_per_rgb
field.XVisualInfo.Buffer
bits_per_rgb(int value)
Sets the specified value to thebits_per_rgb
field.long
blue_mask()
Returns the value of theblue_mask
field.XVisualInfo.Buffer
blue_mask(long value)
Sets the specified value to theblue_mask
field.int
class$()
Returns the value of theclass
field.XVisualInfo.Buffer
class$(int value)
Sets the specified value to theclass
field.int
colormap_size()
Returns the value of thecolormap_size
field.XVisualInfo.Buffer
colormap_size(int value)
Sets the specified value to thecolormap_size
field.int
depth()
Returns the value of thedepth
field.XVisualInfo.Buffer
depth(int value)
Sets the specified value to thedepth
field.long
green_mask()
Returns the value of thegreen_mask
field.XVisualInfo.Buffer
green_mask(long value)
Sets the specified value to thegreen_mask
field.long
red_mask()
Returns the value of thered_mask
field.XVisualInfo.Buffer
red_mask(long value)
Sets the specified value to thered_mask
field.int
screen()
Returns the value of thescreen
field.XVisualInfo.Buffer
screen(int value)
Sets the specified value to thescreen
field.Visual
visual()
Returns aVisual
view of the struct pointed to by thevisual
field.XVisualInfo.Buffer
visual(Visual value)
Sets the address of the specifiedVisual
to thevisual
field.long
visualid()
Returns the value of thevisualid
field.XVisualInfo.Buffer
visualid(long value)
Sets the specified value to thevisualid
field.-
Methods 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, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
-
Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
-
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newXVisualInfo.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 byXVisualInfo.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
-
visualid
public long visualid()
Returns the value of thevisualid
field.
-
screen
public int screen()
Returns the value of thescreen
field.
-
depth
public int depth()
Returns the value of thedepth
field.
-
class$
public int class$()
Returns the value of theclass
field.
-
red_mask
public long red_mask()
Returns the value of thered_mask
field.
-
green_mask
public long green_mask()
Returns the value of thegreen_mask
field.
-
blue_mask
public long blue_mask()
Returns the value of theblue_mask
field.
-
colormap_size
public int colormap_size()
Returns the value of thecolormap_size
field.
-
bits_per_rgb
public int bits_per_rgb()
Returns the value of thebits_per_rgb
field.
-
visual
public XVisualInfo.Buffer visual(Visual value)
Sets the address of the specifiedVisual
to thevisual
field.
-
visualid
public XVisualInfo.Buffer visualid(long value)
Sets the specified value to thevisualid
field.
-
screen
public XVisualInfo.Buffer screen(int value)
Sets the specified value to thescreen
field.
-
depth
public XVisualInfo.Buffer depth(int value)
Sets the specified value to thedepth
field.
-
class$
public XVisualInfo.Buffer class$(int value)
Sets the specified value to theclass
field.
-
red_mask
public XVisualInfo.Buffer red_mask(long value)
Sets the specified value to thered_mask
field.
-
green_mask
public XVisualInfo.Buffer green_mask(long value)
Sets the specified value to thegreen_mask
field.
-
blue_mask
public XVisualInfo.Buffer blue_mask(long value)
Sets the specified value to theblue_mask
field.
-
colormap_size
public XVisualInfo.Buffer colormap_size(int value)
Sets the specified value to thecolormap_size
field.
-
bits_per_rgb
public XVisualInfo.Buffer bits_per_rgb(int value)
Sets the specified value to thebits_per_rgb
field.
-
-