|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gdk.PixbufAnimationIter
public class PixbufAnimationIter
Provides the necessary functionality to display an animation.
Constructor Summary | |
---|---|
PixbufAnimationIter(org.gnu.glib.Handle handle)
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PixbufAnimationIter(org.gnu.glib.Handle handle)
Method Detail |
---|
public boolean advance(long currentSec, long currentUsec)
currentSec
- currentUsec
- public int getDelayTime()
public boolean onCurrentlyLoadingFrame()
public Pixbuf getPixbuf()
public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |