gnu.gcj.xlib
Class Pixmap
An X11 Pixmap. A pixmap is an offscreen drawable that resides on
the X server. A pixmap is bound to the screen it was created for.
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
Pixmap
public Pixmap(Drawable sameScreenAs,
int width,
int height,
int depth)
createXID
protected static int createXID(Drawable sameScreenAs,
int width,
int height,
int depth)
Copyright (C) 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details.