org.gnu.gdk
Class PixbufAnimationIter
public class PixbufAnimationIter
Provides the necessary functionality to display an animation.
PixbufAnimationIter(Handle handle) - Create a new GObject with a handle to a native resource returned from a
call to the native libraries.
|
boolean | advance(long currentSec, long currentUsec) - Possibly advances an animation to a new frame.
|
int | getDelayTime() - Gets the number of milliseconds the current Pixbuf should be displayed or
-1 if the current Pixbuf should be displayed forever.
|
Pixbuf | getPixbuf() - Gets the current Pixbuf which should be displayed.
|
static Type | getType() - Retrieve the runtime type used by the GLib library.
|
boolean | onCurrentlyLoadingFrame() - Returns true if the frame we're on is partially loaded, or the last frame
|
addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addListener , collect , freezeNotify , getBooleanProperty , getData , getDoubleProperty , getEventListenerClass , getEventType , getFloatProperty , getGObjectFromHandle , getIntProperty , getJavaObjectProperty , getLongProperty , getPixbufProperty , getProperty , getStringProperty , hasProperty , notify , removeEventHandler , removeListener , setBooleanProperty , setData , setDoubleProperty , setFloatProperty , setIntProperty , setJavaObjectProperty , setLongProperty , setPixbufProperty , setProperty , setStringProperty , thawNotify |
PixbufAnimationIter
public PixbufAnimationIter(Handle handle)
Create a new GObject with a handle to a native resource returned from a
call to the native libraries.
handle
- The handle that represents a pointer to a native resource.
advance
public boolean advance(long currentSec,
long currentUsec)
Possibly advances an animation to a new frame. Chooses the frame based on
the start time passed to the getIter method of PixbufAnimation.
currentSec
- currentUsec
-
getDelayTime
public int getDelayTime()
Gets the number of milliseconds the current Pixbuf should be displayed or
-1 if the current Pixbuf should be displayed forever.
getPixbuf
public Pixbuf getPixbuf()
Gets the current Pixbuf which should be displayed.
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
onCurrentlyLoadingFrame
public boolean onCurrentlyLoadingFrame()
Returns true if the frame we're on is partially loaded, or the last frame