Class AnimationTarget

All Implemented Interfaces:
Proxy
Direct Known Subclasses:
AnimationTarget.AnimationTarget$Impl, CallbackAnimationTarget, NoneAnimationTarget, PropertyAnimationTarget

@Generated("org.javagi.JavaGI") public abstract class AnimationTarget extends GObject
Represents a value Animation can animate.
  • Constructor Details

    • AnimationTarget

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

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

    • getType

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

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

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