org.gnu.gdk
Class Bitmap

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

public class Bitmap
extends Drawable


Constructor Summary
Bitmap(byte[] data, int width, int height)
          Creates a new Bitmap from data in XBM format.
Bitmap(int handle)
           
Bitmap(Window window, byte[] data, int width, int height)
          Creates a new Bitmap from data in XBM format.
 
Methods inherited from class org.gnu.gdk.Drawable
getClipRegion, getColormap, getDepth, getImage, getSize, getVisibleRegion, getVisual, setColormap
 
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

Bitmap

public Bitmap(int handle)

Bitmap

public Bitmap(Window window,
              byte[] data,
              int width,
              int height)
Creates a new Bitmap from data in XBM format.


Bitmap

public Bitmap(byte[] data,
              int width,
              int height)
Creates a new Bitmap from data in XBM format.


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