org.gnu.gdk

Class Bitmap


public class Bitmap
extends Drawable

Constructor Summary

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

Method Summary

Methods inherited from class org.gnu.gdk.Drawable

drawArc, drawArc, drawDrawable, drawDrawable, drawGlyphs, drawGlyphs, drawGrayImage, drawGrayImage, drawImage, drawImage, drawIndexedImage, drawIndexedImage, drawLayout, drawLayout, drawLayoutLine, drawLayoutLine, drawLayoutLineWithColors, drawLayoutLineWithColors, drawLayoutWithColors, drawLayoutWithColors, drawLine, drawLine, drawLines, drawLines, drawPixbuf, drawPixbuf, drawPoint, drawPoint, drawPoints, drawPoints, drawPolygon, drawPolygon, drawRGB32Image, drawRGB32Image, drawRGB32ImageDitherAlign, drawRGB32ImageDitherAlign, drawRGBImage, drawRGBImage, drawRGBImageDitherAlign, drawRGBImageDitherAlign, drawRectangle, drawRectangle, drawSegments, drawSegments, getClipRegion, getColormap, getDepth, getDisplay, getHeight, getImage, getScreen, getSize, getType, getVisibleRegion, getVisual, getWidth, setColormap

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

Bitmap

public Bitmap(Handle handle)


Bitmap

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


Bitmap

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