Class XVisualInfo.Buffer

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.lang.Iterable<XVisualInfo>, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
    Enclosing class:
    XVisualInfo

    public static class XVisualInfo.Buffer
    extends org.lwjgl.system.StructBuffer<XVisualInfo,XVisualInfo.Buffer>
    implements org.lwjgl.system.NativeResource
    An array of XVisualInfo structs.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer

        org.lwjgl.system.Pointer.Default
    • Field Summary

      • Fields inherited from interface org.lwjgl.system.Pointer

        BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      Buffer​(long address, int cap)  
      Buffer​(java.nio.ByteBuffer container)
      Creates a new XVisualInfo.Buffer instance backed by the specified container.
    • Constructor Detail

      • Buffer

        public Buffer​(java.nio.ByteBuffer container)
        Creates a new XVisualInfo.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 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 Detail

      • visual

        public Visual visual()
        Returns:
        a Visual view of the struct pointed to by the visual field.
      • visualid

        public long visualid()
        Returns:
        the value of the visualid field.
      • screen

        public int screen()
        Returns:
        the value of the screen field.
      • depth

        public int depth()
        Returns:
        the value of the depth field.
      • class$

        public int class$()
        Returns:
        the value of the class field.
      • red_mask

        public long red_mask()
        Returns:
        the value of the red_mask field.
      • green_mask

        public long green_mask()
        Returns:
        the value of the green_mask field.
      • blue_mask

        public long blue_mask()
        Returns:
        the value of the blue_mask field.
      • colormap_size

        public int colormap_size()
        Returns:
        the value of the colormap_size field.
      • bits_per_rgb

        public int bits_per_rgb()
        Returns:
        the value of the bits_per_rgb field.
      • visualid

        public XVisualInfo.Buffer visualid​(long value)
        Sets the specified value to the visualid field.
      • screen

        public XVisualInfo.Buffer screen​(int value)
        Sets the specified value to the screen field.
      • depth

        public XVisualInfo.Buffer depth​(int value)
        Sets the specified value to the depth field.
      • class$

        public XVisualInfo.Buffer class$​(int value)
        Sets the specified value to the class field.
      • red_mask

        public XVisualInfo.Buffer red_mask​(long value)
        Sets the specified value to the red_mask field.
      • green_mask

        public XVisualInfo.Buffer green_mask​(long value)
        Sets the specified value to the green_mask field.
      • blue_mask

        public XVisualInfo.Buffer blue_mask​(long value)
        Sets the specified value to the blue_mask field.
      • colormap_size

        public XVisualInfo.Buffer colormap_size​(int value)
        Sets the specified value to the colormap_size field.
      • bits_per_rgb

        public XVisualInfo.Buffer bits_per_rgb​(int value)
        Sets the specified value to the bits_per_rgb field.