gnu.x11
Class Pixmap

java.lang.Object
  extended by gnu.x11.Resource
      extended by gnu.x11.Drawable
          extended by gnu.x11.Pixmap

public class Pixmap
extends Drawable

X pixmap.


Nested Class Summary
static class Pixmap.Format
          X pixmap format.
 
Nested classes/interfaces inherited from class gnu.x11.Drawable
Drawable.GeometryInfo
 
Field Summary
static Pixmap COPY_FROM_PARENT
           
static Pixmap NONE
          Predefined pixmap.
static Pixmap PARENT_RELATIVE
           
 
Fields inherited from class gnu.x11.Drawable
COMPLEX, CONVEX, CURSOR, height, NONCONVEX, ORIGIN, PREVIOUS, STIPPLE, TILE, width
 
Fields inherited from class gnu.x11.Resource
display, id
 
Constructor Summary
Pixmap(Display display, int width, int height)
           
Pixmap(Drawable drawable)
           
Pixmap(Drawable drawable, int depth)
           
Pixmap(Drawable drawable, int width, int height, int depth)
           
Pixmap(int id)
          Predefined.
 
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 gnu.x11.Resource
id, unintern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

free

public void free()
See Also:
XFreePixmap