Uses of Class
org.gnu.gdk.Bitmap

Packages that use Bitmap
org.gnu.gdk   
org.gnu.gtk   
 

Uses of Bitmap in org.gnu.gdk
 

Methods in org.gnu.gdk with parameters of type Bitmap
 void GC.setClipMask(Bitmap mask)
          Sets the clip mask for a graphics context from a bitmap.
 void Window.setBitmapMask(Bitmap mask, int x, int y)
           
 

Constructors in org.gnu.gdk with parameters of type Bitmap
Pixmap(Window window, Bitmap mask, Color transparent, java.lang.String filename)
           
 

Uses of Bitmap in org.gnu.gtk
 

Methods in org.gnu.gtk that return Bitmap
 Bitmap TextAppearance.getBgStipple()
           
 Bitmap TextAppearance.getFgStipple()
           
 

Methods in org.gnu.gtk with parameters of type Bitmap
 void Image.set(Pixmap pixmap, Bitmap mask)
          Sets the image to the given Pixmap.
 void Image.set(Image image, Bitmap mask)
          Sets the image widget to displaying a image and a mask.
 void Widget.shapeCombineMask(Bitmap shapeMask, int x, int y)
          Sets the shape of this widgets OS window.
 

Constructors in org.gnu.gtk with parameters of type Bitmap
Image(Image image, Bitmap mask)
          Create an Image widget displaying a image and a mask.
Image(Pixmap pixmap, Bitmap mask)
          Create an Image from a Pixmap.
 


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