Package org.lwjgl.system.linux
Class XVisualInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.StructBuffer<XVisualInfo,XVisualInfo.Buffer>
-
- org.lwjgl.system.linux.XVisualInfo.Buffer
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
- Enclosing class:
- XVisualInfo
public static final class XVisualInfo.Buffer extends StructBuffer<XVisualInfo,XVisualInfo.Buffer>
An array ofXVisualInfostructs.
-
-
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
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description Buffer(java.nio.ByteBuffer container)Creates a newXVisualInfo.Bufferinstance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intbits_per_rgb()Returns the value of thebits_per_rgbfield.XVisualInfo.Bufferbits_per_rgb(int value)Sets the specified value to thebits_per_rgbfield.longblue_mask()Returns the value of theblue_maskfield.XVisualInfo.Bufferblue_mask(long value)Sets the specified value to theblue_maskfield.intclass$()Returns the value of theclass$field.XVisualInfo.Bufferclass$(int value)Sets the specified value to theclassfield.intcolormap_size()Returns the value of thecolormap_sizefield.XVisualInfo.Buffercolormap_size(int value)Sets the specified value to thecolormap_sizefield.intdepth()Returns the value of thedepthfield.XVisualInfo.Bufferdepth(int value)Sets the specified value to thedepthfield.longgreen_mask()Returns the value of thegreen_maskfield.XVisualInfo.Buffergreen_mask(long value)Sets the specified value to thegreen_maskfield.longred_mask()Returns the value of thered_maskfield.XVisualInfo.Bufferred_mask(long value)Sets the specified value to thered_maskfield.intscreen()Returns the value of thescreenfield.XVisualInfo.Bufferscreen(int value)Sets the specified value to thescreenfield.Visualvisual()Returns aVisualview of the struct pointed to by thevisualfield.XVisualInfo.Buffervisual(Visual value)Sets the address of the specifiedVisualto thevisualfield.longvisualid()Returns the value of thevisualidfield.XVisualInfo.Buffervisualid(long value)Sets the specified value to thevisualidfield.-
Methods inherited from class org.lwjgl.system.StructBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, get, get, get, get, hasRemaining, limit, limit, mark, position, position, put, put, put, remaining, reset, rewind, slice, slice, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
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 byXVisualInfo.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
-
Method Detail
-
visualid
public long visualid()
Returns the value of thevisualidfield.
-
screen
public int screen()
Returns the value of thescreenfield.
-
depth
public int depth()
Returns the value of thedepthfield.
-
class$
public int class$()
Returns the value of theclass$field.
-
red_mask
public long red_mask()
Returns the value of thered_maskfield.
-
green_mask
public long green_mask()
Returns the value of thegreen_maskfield.
-
blue_mask
public long blue_mask()
Returns the value of theblue_maskfield.
-
colormap_size
public int colormap_size()
Returns the value of thecolormap_sizefield.
-
bits_per_rgb
public int bits_per_rgb()
Returns the value of thebits_per_rgbfield.
-
visual
public XVisualInfo.Buffer visual(Visual value)
Sets the address of the specifiedVisualto thevisualfield.
-
visualid
public XVisualInfo.Buffer visualid(long value)
Sets the specified value to thevisualidfield.
-
screen
public XVisualInfo.Buffer screen(int value)
Sets the specified value to thescreenfield.
-
depth
public XVisualInfo.Buffer depth(int value)
Sets the specified value to thedepthfield.
-
class$
public XVisualInfo.Buffer class$(int value)
Sets the specified value to theclassfield.
-
red_mask
public XVisualInfo.Buffer red_mask(long value)
Sets the specified value to thered_maskfield.
-
green_mask
public XVisualInfo.Buffer green_mask(long value)
Sets the specified value to thegreen_maskfield.
-
blue_mask
public XVisualInfo.Buffer blue_mask(long value)
Sets the specified value to theblue_maskfield.
-
colormap_size
public XVisualInfo.Buffer colormap_size(int value)
Sets the specified value to thecolormap_sizefield.
-
bits_per_rgb
public XVisualInfo.Buffer bits_per_rgb(int value)
Sets the specified value to thebits_per_rgbfield.
-
-