Package org.gnome.gdkpixbuf
Class PixbufAnimationIter.PixbufAnimationIterClass
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeClass
org.gnome.gobject.GObject.ObjectClass
org.gnome.gdkpixbuf.PixbufAnimationIter.PixbufAnimationIterClass
- All Implemented Interfaces:
Proxy
- Enclosing class:
PixbufAnimationIter
Modules supporting animations must derive a type from
GdkPixbufAnimationIter
, providing suitable implementations of the
virtual functions.-
Constructor Summary
ConstructorDescriptionAllocate a new PixbufAnimationIterClass.PixbufAnimationIterClass
(Arena arena) Allocate a new PixbufAnimationIterClass.PixbufAnimationIterClass
(MemorySegment address) Create a PixbufAnimationIterClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideAdvance
(Arena arena, Method method) Override virtual methodadvance
.void
overrideGetDelayTime
(Arena arena, Method method) Override virtual methodget_delay_time
.void
overrideGetPixbuf
(Arena arena, Method method) Override virtual methodget_pixbuf
.void
overrideOnCurrentlyLoadingFrame
(Arena arena, Method method) Override virtual methodon_currently_loading_frame
.Methods inherited from class org.gnome.gobject.GObject.ObjectClass
findProperty, installProperties, installProperty, listProperties, overrideConstructed, overrideConstructor, overrideDispatchPropertiesChanged, overrideDispose, overrideFinalize, overrideGetProperty, overrideNotify, overrideProperty, overrideSetProperty, readFlags, readNConstructProperties, readNPspecs, readPdummy, readPspecs, writeFlags, writeNConstructProperties, writeNPspecs, writePdummy, writePspecs
Methods inherited from class org.gnome.gobject.TypeClass
addPrivate, adjustPrivateOffset, getInstancePrivateOffset, getPrivate, peek, peekParent, peekStatic, readGType, ref, unref, unrefUncached, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
PixbufAnimationIterClass
Create a PixbufAnimationIterClass proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
PixbufAnimationIterClass
Allocate a new PixbufAnimationIterClass.- Parameters:
arena
- to control the memory allocation scope
-
PixbufAnimationIterClass
public PixbufAnimationIterClass()Allocate a new PixbufAnimationIterClass. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetDelayTime
-
overrideGetPixbuf
-
overrideOnCurrentlyLoadingFrame
-
overrideAdvance
-