Class CellLayout.CellLayoutIface

All Implemented Interfaces:
Proxy
Enclosing interface:
CellLayout

public static class CellLayout.CellLayoutIface extends TypeInterface
  • Constructor Details

    • CellLayoutIface

      public CellLayoutIface(MemorySegment address)
      Create a CellLayoutIface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overridePackStart

      public void overridePackStart(Arena arena, @Nullable Method method)
      Override virtual method pack_start.
      Parameters:
      method - the method to invoke
    • overridePackEnd

      public void overridePackEnd(Arena arena, @Nullable Method method)
      Override virtual method pack_end.
      Parameters:
      method - the method to invoke
    • overrideClear

      public void overrideClear(Arena arena, @Nullable Method method)
      Override virtual method clear.
      Parameters:
      method - the method to invoke
    • overrideAddAttribute

      public void overrideAddAttribute(Arena arena, @Nullable Method method)
      Override virtual method add_attribute.
      Parameters:
      method - the method to invoke
    • overrideSetCellDataFunc

      public void overrideSetCellDataFunc(Arena arena, @Nullable Method method)
      Override virtual method set_cell_data_func.
      Parameters:
      method - the method to invoke
    • overrideClearAttributes

      public void overrideClearAttributes(Arena arena, @Nullable Method method)
      Override virtual method clear_attributes.
      Parameters:
      method - the method to invoke
    • overrideReorder

      public void overrideReorder(Arena arena, @Nullable Method method)
      Override virtual method reorder.
      Parameters:
      method - the method to invoke
    • overrideGetCells

      public void overrideGetCells(Arena arena, @Nullable Method method)
      Override virtual method get_cells.
      Parameters:
      method - the method to invoke
    • overrideGetArea

      public void overrideGetArea(Arena arena, @Nullable Method method)
      Override virtual method get_area.
      Parameters:
      method - the method to invoke