Class Visual.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<Visual>, NativeResource, Pointer
Enclosing class:
Visual

public static class Visual.Buffer extends StructBuffer<Visual,Visual.Buffer> implements NativeResource
An array of Visual structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new Visual.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 Visual.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

    • ext_data

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

      public long visualid()
      Returns:
      the value of the visualid 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.
    • bits_per_rgb

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

      public int map_entries()
      Returns:
      the value of the map_entries field.
    • ext_data

      public Visual.Buffer ext_data(long value)
      Sets the specified value to the ext_data field.
    • visualid

      public Visual.Buffer visualid(long value)
      Sets the specified value to the visualid field.
    • class$

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

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

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

      public Visual.Buffer blue_mask(long value)
      Sets the specified value to the blue_mask field.
    • bits_per_rgb

      public Visual.Buffer bits_per_rgb(int value)
      Sets the specified value to the bits_per_rgb field.
    • map_entries

      public Visual.Buffer map_entries(int value)
      Sets the specified value to the map_entries field.