Uses of Class
org.gnu.gdk.Pixbuf

Packages that use Pixbuf
org.gnu.gdk   
org.gnu.glib   
org.gnu.gtk   
 

Uses of Pixbuf in org.gnu.gdk
 

Methods in org.gnu.gdk that return Pixbuf
 Pixbuf PixbufLoader.getPixbuf()
           
 Pixbuf Pixbuf.scale(int width, int height, InterpType itype)
          Create a new pixbuf from an existing pixbuf scaled to the size provided.
 

Uses of Pixbuf in org.gnu.glib
 

Methods in org.gnu.glib that return Pixbuf
 Pixbuf Value.getPixbuf()
          Used internally
 

Methods in org.gnu.glib with parameters of type Pixbuf
 void Value.setPixbuf(Pixbuf obj)
          Used internally by Java-Gnome
 

Uses of Pixbuf in org.gnu.gtk
 

Methods in org.gnu.gtk that return Pixbuf
 Pixbuf TextIter.getPixbuf()
          If the location pointed to by iter contains a pixbuf, the pixbuf is returned (with no new reference count added).
 Pixbuf IconSource.getPixbuf()
          Retrieves the source pixbuf or null if one does not exist.
 

Methods in org.gnu.gtk with parameters of type Pixbuf
 void Image.set(Pixbuf pixbuf)
          Sets the Image from a Pixbuf.
 void TextBuffer.insertPixbuf(TextIter iter, Pixbuf pixbuf)
          Inserts an image into the text buffer at iter.
 void IconSource.setPixbuf(Pixbuf pixbuf)
          Sets the source pixbuf.
 void CellRendererPixbuf.setPixbuf(Pixbuf pixbuf)
           
 void CellRendererPixbuf.setPixbufExpanderOpen(Pixbuf pixbuf)
           
 void ListStore.setValue(TreeIter iter, DataBlockPixbuf dataBlock, Pixbuf value)
          Sets a value in the dataStore.
 void Window.setIcon(Pixbuf icon)
          Sets up the icon representing a Window.
 void TreeStore.setValue(TreeIter iter, DataBlockPixbuf dataBlock, Pixbuf value)
          Sets a value in the dataStore.
 

Constructors in org.gnu.gtk with parameters of type Pixbuf
Image(Pixbuf pixbuf)
          Creates an Image from a Pixbuf.
IconSet(Pixbuf pixbuf)
          Construct a new IconSet from a Pixbuf.
 


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