Class PixbufNonAnim

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class PixbufNonAnim extends PixbufAnimation
  • Constructor Details

    • PixbufNonAnim

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

      public PixbufNonAnim(Pixbuf pixbuf)
    • PixbufNonAnim

      public PixbufNonAnim()
      Create a new PixbufNonAnim.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Get the GType of the PixbufNonAnim class.
      Returns:
      the GType
    • getMemoryLayout

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

      protected PixbufNonAnim asParent()
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class PixbufAnimation
      Returns:
      the instance as if it were its parent type
    • builder

      public static PixbufNonAnim.Builder<? extends PixbufNonAnim.Builder> builder()
      A PixbufNonAnim.Builder object constructs a PixbufNonAnim with the specified properties. Use the various set...() methods to set properties, and finish construction with PixbufNonAnim.Builder.build().
      Returns:
      the builder object