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

    • Buffer

      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

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

    • type

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

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

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

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

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

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

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

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

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

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

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

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

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

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