Class VInterpolate

java.lang.Object
app.photofox.vipsffm.VInterpolate

public class VInterpolate extends Object
  • Method Details

    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getUnsafeStructAddress

      public MemorySegment getUnsafeStructAddress()
      Gets the raw MemorySegment (C pointer) for this VipsInterpolate struct The memory address' lifetime is bound to the scope of the arena that created it Usage of the memory address is strongly discouraged, but it is available if some functionality is missing, and you need to use it with VipsHelper
    • newFromName

      public static VInterpolate newFromName(Arena arena, String name) throws VipsError
      Throws:
      VipsError