org.gnu.gdk
Class PixbufLoader

java.lang.Object
  |
  +--org.gnu.glib.GObject
        |
        +--org.gnu.gdk.PixbufLoader

public class PixbufLoader
extends GObject


Constructor Summary
PixbufLoader()
          Construct a new PixbufLoader
PixbufLoader(java.lang.String imageType)
          Construct a new PixbufLoader
 
Method Summary
 boolean close()
           
 Pixbuf getPixbuf()
           
 PixbufAnimation getPixbufAnimation()
           
 boolean write(byte[] buffer)
           
 
Methods inherited from class org.gnu.glib.GObject
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixbufLoader

public PixbufLoader()
Construct a new PixbufLoader


PixbufLoader

public PixbufLoader(java.lang.String imageType)
Construct a new PixbufLoader

Method Detail

write

public boolean write(byte[] buffer)

getPixbuf

public Pixbuf getPixbuf()

getPixbufAnimation

public PixbufAnimation getPixbufAnimation()

close

public boolean close()

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net