org.gnu.gdk

Class Bitmap

public class Bitmap extends Drawable

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.gdk.Bitmap.

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

Constructor Detail

Bitmap

public Bitmap(Handle handle)

Bitmap

public Bitmap(Window window, byte[] data, int width, int height)

Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Creates a new Bitmap from data in XBM format.

Bitmap

public Bitmap(byte[] data, int width, int height)

Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Creates a new Bitmap from data in XBM format.