Class _GParamSpecFloat

java.lang.Object
app.photofox.vipsffm.jextract._GParamSpecFloat
Direct Known Subclasses:
GParamSpecFloat

public class _GParamSpecFloat extends Object
struct _GParamSpecFloat {
    GParamSpec parent_instance;
    gfloat minimum;
    gfloat maximum;
    gfloat default_value;
    gfloat epsilon;
}
  • Method Details

    • layout

      public static final GroupLayout layout()
      The layout of this struct
    • parent_instance$layout

      public static final GroupLayout parent_instance$layout()
      Layout for field:
      GParamSpec parent_instance
      
    • parent_instance$offset

      public static final long parent_instance$offset()
      Offset for field:
      GParamSpec parent_instance
      
    • parent_instance

      public static MemorySegment parent_instance(MemorySegment struct)
      Getter for field:
      GParamSpec parent_instance
      
    • parent_instance

      public static void parent_instance(MemorySegment struct, MemorySegment fieldValue)
      Setter for field:
      GParamSpec parent_instance
      
    • minimum$layout

      public static final ValueLayout.OfFloat minimum$layout()
      Layout for field:
      gfloat minimum
      
    • minimum$offset

      public static final long minimum$offset()
      Offset for field:
      gfloat minimum
      
    • minimum

      public static float minimum(MemorySegment struct)
      Getter for field:
      gfloat minimum
      
    • minimum

      public static void minimum(MemorySegment struct, float fieldValue)
      Setter for field:
      gfloat minimum
      
    • maximum$layout

      public static final ValueLayout.OfFloat maximum$layout()
      Layout for field:
      gfloat maximum
      
    • maximum$offset

      public static final long maximum$offset()
      Offset for field:
      gfloat maximum
      
    • maximum

      public static float maximum(MemorySegment struct)
      Getter for field:
      gfloat maximum
      
    • maximum

      public static void maximum(MemorySegment struct, float fieldValue)
      Setter for field:
      gfloat maximum
      
    • default_value$layout

      public static final ValueLayout.OfFloat default_value$layout()
      Layout for field:
      gfloat default_value
      
    • default_value$offset

      public static final long default_value$offset()
      Offset for field:
      gfloat default_value
      
    • default_value

      public static float default_value(MemorySegment struct)
      Getter for field:
      gfloat default_value
      
    • default_value

      public static void default_value(MemorySegment struct, float fieldValue)
      Setter for field:
      gfloat default_value
      
    • epsilon$layout

      public static final ValueLayout.OfFloat epsilon$layout()
      Layout for field:
      gfloat epsilon
      
    • epsilon$offset

      public static final long epsilon$offset()
      Offset for field:
      gfloat epsilon
      
    • epsilon

      public static float epsilon(MemorySegment struct)
      Getter for field:
      gfloat epsilon
      
    • epsilon

      public static void epsilon(MemorySegment struct, float fieldValue)
      Setter for field:
      gfloat epsilon
      
    • asSlice

      public static MemorySegment asSlice(MemorySegment array, long index)
      Obtains a slice of arrayParam which selects the array element at index. The returned segment has address arrayParam.address() + index * layout().byteSize()
    • sizeof

      public static long sizeof()
      The size (in bytes) of this struct
    • allocate

      public static MemorySegment allocate(SegmentAllocator allocator)
      Allocate a segment of size layout().byteSize() using allocator
    • allocateArray

      public static MemorySegment allocateArray(long elementCount, SegmentAllocator allocator)
      Allocate an array of size elementCount using allocator. The returned segment has size elementCount * layout().byteSize().
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size layout().byteSize()
    • reinterpret

      public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup)
      Reinterprets addr using target arena and cleanupAction (if any). The returned segment has size elementCount * layout().byteSize()