org.gnu.gdk
Class Pixmap

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

public class Pixmap
extends Drawable


Constructor Summary
Pixmap(int handle)
          Construct a new Pixmap from a handle to a native resource.
Pixmap(Window window, Bitmap mask, Color transparent, java.lang.String filename)
           
Pixmap(Window window, byte[] data, int width, int height, int depth, Color fg, Color bg)
           
Pixmap(Window window, int width, int height, int depth)
           
 
Method Summary
static Type getType()
           
 
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

Pixmap

public Pixmap(Window window,
              int width,
              int height,
              int depth)

Pixmap

public Pixmap(Window window,
              byte[] data,
              int width,
              int height,
              int depth,
              Color fg,
              Color bg)

Pixmap

public Pixmap(Window window,
              Bitmap mask,
              Color transparent,
              java.lang.String filename)

Pixmap

public Pixmap(int handle)
Construct a new Pixmap from a handle to a native resource.

Parameters:
handle - The handle to the native resource.
Method Detail

getType

public static Type getType()

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