Uses of Class gnu.gcj.xlib.Drawable

Uses in package gnu.awt.xlib

Constructors with parameter type gnu.gcj.xlib.Drawable

Uses in package gnu.gcj.xlib

Classes derived from gnu.gcj.xlib.Drawable

class
An X11 Pixmap.
class
An X11 window.

Constructors with parameter type gnu.gcj.xlib.Drawable

GC.GC(Drawable target)
Protected constructor, because GC.create(target) should be used instead.
Pixmap.Pixmap(Drawable sameScreenAs, int width, int height, int depth)

Methods with parameter type gnu.gcj.xlib.Drawable

void
GC.copyArea(Drawable source, int srcX, int srcY, int destX, int destY, int width, int height)
GC
GC.create(Drawable target)
Create a GC, or if one is already cached for target, return that.
int
Pixmap.createXID(Drawable sameScreenAs, int width, int height, int depth)

Methods with return type gnu.gcj.xlib.Drawable

Drawable