Class NoneAnimationTarget

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public final class NoneAnimationTarget extends AnimationTarget
An AnimationTarget that doesn't do anything.
Since:
1.9
  • Constructor Details

    • NoneAnimationTarget

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

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

    • getType

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

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

      protected NoneAnimationTarget 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 AnimationTarget
      Returns:
      the instance as if it were its parent type
    • builder

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