org.gnu.gdk

Class Bitmap

public class Bitmap extends Drawable

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)
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.