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 interface
static interface
static interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
returns an iterator for the given animation.static final String
fills @width and @height with the frame size of the animation.static final String
returns a static image representing the given animation.static final String
returns whether the given animation is just a static image.static final String
the parent class
Private field: direct-type -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetIter
returns an iterator for the given animation.ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetSize
fills @width and @height with the frame size of the animation.ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnGetStaticImage
returns a static image representing the given animation.ch.bailu.gtk.gdkpixbuf.JnaPixbufAnimationClass.OnIsStaticImage
returns whether the given animation is just a static image.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
returns an iterator for the given animation.void
fills @width and @height with the frame size of the animation.void
setFieldGetStaticImage
(PixbufAnimationClass.OnGetStaticImage get_static_image) returns a static image representing the given animation.void
setFieldIsStaticImage
(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, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von 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()
-