|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gdk.Drawable
org.gnu.gdk.Bitmap
public class Bitmap
Constructor Summary | |
---|---|
Bitmap(byte[] data,
int width,
int height)
Creates a new Bitmap from data in XBM format. |
|
Bitmap(org.gnu.glib.Handle handle)
|
|
Bitmap(Window window,
byte[] data,
int width,
int height)
Creates a new Bitmap from data in XBM format. |
Method Summary |
---|
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bitmap(org.gnu.glib.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |