Uses of Class gnu.gcj.xlib.XImage

Uses in package gnu.gcj.xlib

Constructors with parameter type gnu.gcj.xlib.XImage

Pixmap.Pixmap(XImage image, Screen screen)

Methods with parameter type gnu.gcj.xlib.XImage

Rectangle
Drawable.copyIntoXImage(XImage dest, Rectangle bounds, int destX, int destY)
Gets as much as possible of the image data within the requested region.
void
GC.putImage(XImage image, int srcX, int srcY, int destX, int destY, int width, int height)