Package ch.bailu.gtk.gdkpixbuf
Klasse PixbufAnimationClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gdkpixbuf.PixbufAnimationClass
- Alle implementierten Schnittstellen:
PointerInterface
Modules supporting animations must derive a type from
#GdkPixbufAnimation, providing suitable implementations of the
virtual functions.
#GdkPixbufAnimation, providing suitable implementations of the
virtual functions.
https://docs.gtk.org/gdk-pixbuf/struct.PixbufAnimationClass.html
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringreturns an iterator for the given animation.static final Stringfills @width and @height with the frame size of the animation.static final Stringreturns a static image representing the given animation.static final Stringreturns whether the given animation is just a static image.static final Stringthe parent class
Private field: direct-type -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetIterreturns an iterator for the given animation.ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetSizefills @width and @height with the frame size of the animation.ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetStaticImagereturns a static image representing the given animation.ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnIsStaticImagereturns whether the given animation is just a static image.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidreturns an iterator for the given animation.voidfills @width and @height with the frame size of the animation.voidsetFieldGetStaticImage(PixbufAnimationClass.OnGetStaticImage get_static_image) returns a static image representing the given animation.voidsetFieldIsStaticImage(PixbufAnimationClass.OnIsStaticImage is_static_image) returns whether the given animation is just a static image.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
PARENT_CLASS
the parent class
Private field: direct-type- Siehe auch:
-
IS_STATIC_IMAGE
returns whether the given animation is just a static image.
SeePixbufAnimationClass.OnIsStaticImage.onIsStaticImage(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation)- Siehe auch:
-
GET_STATIC_IMAGE
returns a static image representing the given animation.
SeePixbufAnimationClass.OnGetStaticImage.onGetStaticImage(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation)- Siehe auch:
-
GET_SIZE
fills @width and @height with the frame size of the animation.
SeePixbufAnimationClass.OnGetSize.onGetSize(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int)- Siehe auch:
-
GET_ITER
returns an iterator for the given animation.
SeePixbufAnimationClass.OnGetIter.onGetIter(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation, ch.bailu.gtk.glib.TimeVal)- Siehe auch:
-
-
Konstruktordetails
-
PixbufAnimationClass
-
PixbufAnimationClass
public PixbufAnimationClass()
-
-
Methodendetails
-
getClassHandler
-
setFieldIsStaticImage
returns whether the given animation is just a static image.
SeePixbufAnimationClass.OnIsStaticImage.onIsStaticImage(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation) -
getFieldIsStaticImage
public ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnIsStaticImage getFieldIsStaticImage()returns whether the given animation is just a static image.
SeePixbufAnimationClass.OnIsStaticImage.onIsStaticImage(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation) -
setFieldGetStaticImage
returns a static image representing the given animation.
SeePixbufAnimationClass.OnGetStaticImage.onGetStaticImage(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation) -
getFieldGetStaticImage
public ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetStaticImage getFieldGetStaticImage()returns a static image representing the given animation.
SeePixbufAnimationClass.OnGetStaticImage.onGetStaticImage(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation) -
setFieldGetSize
fills @width and @height with the frame size of the animation.
SeePixbufAnimationClass.OnGetSize.onGetSize(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int) -
getFieldGetSize
public ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetSize getFieldGetSize()fills @width and @height with the frame size of the animation.
SeePixbufAnimationClass.OnGetSize.onGetSize(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation, ch.bailu.gtk.type.Int, ch.bailu.gtk.type.Int) -
setFieldGetIter
returns an iterator for the given animation.
SeePixbufAnimationClass.OnGetIter.onGetIter(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation, ch.bailu.gtk.glib.TimeVal) -
getFieldGetIter
public ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetIter getFieldGetIter()returns an iterator for the given animation.
SeePixbufAnimationClass.OnGetIter.onGetIter(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gdkpixbuf.PixbufAnimation, ch.bailu.gtk.glib.TimeVal) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-