Package org.lwjgl.system.linux
Class Visual.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<Visual,Visual.Buffer>
-
- org.lwjgl.system.linux.Visual.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.lang.Iterable<Visual>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
- Visual
public static class Visual.Buffer extends org.lwjgl.system.StructBuffer<Visual,Visual.Buffer> implements org.lwjgl.system.NativeResource
An array ofVisualstructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intbits_per_rgb()Visual.Bufferbits_per_rgb(int value)Sets the specified value to thebits_per_rgbfield.longblue_mask()Visual.Bufferblue_mask(long value)Sets the specified value to theblue_maskfield.intclass$()Visual.Bufferclass$(int value)Sets the specified value to theclassfield.longext_data()Visual.Bufferext_data(long value)Sets the specified value to theext_datafield.longgreen_mask()Visual.Buffergreen_mask(long value)Sets the specified value to thegreen_maskfield.intmap_entries()Visual.Buffermap_entries(int value)Sets the specified value to themap_entriesfield.longred_mask()Visual.Bufferred_mask(long value)Sets the specified value to thered_maskfield.longvisualid()Visual.Buffervisualid(long value)Sets the specified value to thevisualidfield.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVisual.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 byVisual.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
-
ext_data
public long ext_data()
- Returns:
- the value of the
ext_datafield.
-
visualid
public long visualid()
- Returns:
- the value of the
visualidfield.
-
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.
-
bits_per_rgb
public int bits_per_rgb()
- Returns:
- the value of the
bits_per_rgbfield.
-
map_entries
public int map_entries()
- Returns:
- the value of the
map_entriesfield.
-
ext_data
public Visual.Buffer ext_data(long value)
Sets the specified value to theext_datafield.
-
visualid
public Visual.Buffer visualid(long value)
Sets the specified value to thevisualidfield.
-
class$
public Visual.Buffer class$(int value)
Sets the specified value to theclassfield.
-
red_mask
public Visual.Buffer red_mask(long value)
Sets the specified value to thered_maskfield.
-
green_mask
public Visual.Buffer green_mask(long value)
Sets the specified value to thegreen_maskfield.
-
blue_mask
public Visual.Buffer blue_mask(long value)
Sets the specified value to theblue_maskfield.
-
bits_per_rgb
public Visual.Buffer bits_per_rgb(int value)
Sets the specified value to thebits_per_rgbfield.
-
map_entries
public Visual.Buffer map_entries(int value)
Sets the specified value to themap_entriesfield.
-
-