gnu.x11
Class Pixmap
java.lang.Object
gnu.x11.Resource
gnu.x11.Drawable
gnu.x11.Pixmap
public class Pixmap
- extends Drawable
X pixmap.
Method Summary |
void |
free()
|
Methods inherited from class gnu.x11.Drawable |
arc, best_size, copy_area, copy_plane, fill_arc, fill_poly, fill_poly, fill_rectangle, get_geometry, image_text, image_text16, image, line, point, poly_arc, poly_fill_arc, poly_line, poly_line, poly_line, poly_point, poly_point, poly_rectangle, poly_segment, poly_text, poly_text16, put_image, put_small_image, rectangle, rectangle, segment, text, text16, text8 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final Pixmap NONE
- Predefined pixmap.
- See Also:
Window.NONE
COPY_FROM_PARENT
public static final Pixmap COPY_FROM_PARENT
PARENT_RELATIVE
public static final Pixmap PARENT_RELATIVE
Pixmap
public Pixmap(int id)
- Predefined.
Pixmap
public Pixmap(Drawable drawable,
int width,
int height,
int depth)
- See Also:
- XCreatePixmap
Pixmap
public Pixmap(Display display,
int width,
int height)
- See Also:
Pixmap(Drawable, int, int, int)
Pixmap
public Pixmap(Drawable drawable,
int depth)
- See Also:
Pixmap(Drawable, int, int, int)
Pixmap
public Pixmap(Drawable drawable)
- See Also:
Pixmap(Drawable, int)
free
public void free()
- See Also:
- XFreePixmap