|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gdk.Drawable
org.gnu.gdk.Bitmap
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
Bitmap(byte[] data,
int width,
int height)
Creates a new Bitmap from data in XBM format. |
|
Bitmap(Handle handle)
|
|
Bitmap(Window window,
byte[] data,
int width,
int height)
Creates a new Bitmap from data in XBM format. |
Method Summary | |
protected static Handle |
gdk_bitmap_create_from_data(Handle window,
byte[] data,
int width,
int height)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Bitmap(Handle handle)
public Bitmap(Window window, byte[] data, int width, int height)
Bitmap
from data in XBM format.
public Bitmap(byte[] data, int width, int height)
Bitmap
from data in XBM format.
Method Detail |
protected static final Handle gdk_bitmap_create_from_data(Handle window, byte[] data, int width, int height)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |