Class NkRowLayout.Buffer

All Implemented Interfaces:
Iterable<NkRowLayout>, Pointer
Enclosing class:
NkRowLayout

public static class NkRowLayout.Buffer extends StructBuffer<NkRowLayout,NkRowLayout.Buffer>
An array of NkRowLayout structs.
  • Constructor Details Link icon

    • Buffer Link icon

      public Buffer(ByteBuffer container)
      Creates a new NkRowLayout.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 NkRowLayout.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer Link icon

      public Buffer(long address, int cap)
  • Method Details Link icon

    • type Link icon

      public int type()
      Returns:
      the value of the type field.
    • index Link icon

      public int index()
      Returns:
      the value of the index field.
    • height Link icon

      public float height()
      Returns:
      the value of the height field.
    • min_height Link icon

      public float min_height()
      Returns:
      the value of the min_height field.
    • columns Link icon

      public int columns()
      Returns:
      the value of the columns field.
    • ratio Link icon

      public FloatBuffer ratio(int capacity)
      Returns:
      a FloatBuffer view of the data pointed to by the ratio field.
    • item_width Link icon

      public float item_width()
      Returns:
      the value of the item_width field.
    • item_height Link icon

      public float item_height()
      Returns:
      the value of the item_height field.
    • item_offset Link icon

      public float item_offset()
      Returns:
      the value of the item_offset field.
    • filled Link icon

      public float filled()
      Returns:
      the value of the filled field.
    • item Link icon

      public NkRect item()
      Returns:
      a NkRect view of the item field.
    • tree_depth Link icon

      public int tree_depth()
      Returns:
      the value of the tree_depth field.
    • templates Link icon

      public FloatBuffer templates()
      Returns:
      a FloatBuffer view of the templates field.
    • templates Link icon

      public float templates(int index)
      Returns:
      the value at the specified index of the templates field.