|
||||||||||
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.Image
Image represents an area for drawing graphics.
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
Image(Handle handle)
|
|
Image(ImageType type,
Visual visual,
int width,
int height)
Create a new Image. |
Method Summary | |
protected static Handle |
gdk_image_get_colormap(Handle image)
|
protected static int |
gdk_image_get_pixel(Handle image,
int x,
int y)
|
protected static int |
gdk_image_get_type()
|
protected static Handle |
gdk_image_new(int type,
Handle visual,
int width,
int height)
|
protected static void |
gdk_image_put_pixel(Handle image,
int x,
int y,
int pixel)
|
protected static void |
gdk_image_set_colormap(Handle image,
Handle colormap)
|
protected static int |
getBitsPerPixel(Handle obj)
|
protected static int |
getBpl(Handle obj)
|
protected static int |
getBpp(Handle obj)
|
protected static int |
getByteOrder(Handle obj)
|
Colormap |
getColormap()
Retrieves the colormap for a given image. |
protected static int |
getDepth(Handle obj)
|
protected static int |
getHeight(Handle obj)
|
protected static Handle |
getVisual(Handle obj)
BEGINNING OF GENERATED CODE |
protected static int |
getWidth(Handle obj)
|
void |
setColormap(Colormap cmap)
Sets the colormap for the image. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Image(Handle handle)
public Image(ImageType type, Visual visual, int width, int height)
Method Detail |
public Colormap getColormap()
public void setColormap(Colormap cmap)
protected static final Handle getVisual(Handle obj)
protected static final int getByteOrder(Handle obj)
protected static final int getWidth(Handle obj)
protected static final int getHeight(Handle obj)
protected static final int getDepth(Handle obj)
protected static final int getBpp(Handle obj)
protected static final int getBpl(Handle obj)
protected static final int getBitsPerPixel(Handle obj)
protected static final int gdk_image_get_type()
protected static final Handle gdk_image_new(int type, Handle visual, int width, int height)
protected static final void gdk_image_put_pixel(Handle image, int x, int y, int pixel)
protected static final int gdk_image_get_pixel(Handle image, int x, int y)
protected static final void gdk_image_set_colormap(Handle image, Handle colormap)
protected static final Handle gdk_image_get_colormap(Handle image)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |