org.gnu.gdk
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. |
Bitmap
from data in XBM format.Bitmap
from data in XBM format.