Uses of Class
gnu.x11.Drawable

Packages that use Drawable
gnu.app.puppet Provide a window manager. 
gnu.x11 Provide X protocols. 
gnu.x11.extension Provide X extensions. 
gnu.x11.extension.glx Provide OpenGL(tm) via GLX. 
gnu.x11.extension.render Provide X Rendering Extension. 
 

Uses of Drawable in gnu.app.puppet
 

Subclasses of Drawable in gnu.app.puppet
 class Client
          Wrapper of Window for Puppet.
 

Uses of Drawable in gnu.x11
 

Subclasses of Drawable in gnu.x11
 class Pixmap
          X pixmap.
 class Window
          X window.
 

Fields in gnu.x11 declared as Drawable
 Drawable Request.Poly.drawable
           
 

Methods in gnu.x11 with parameters of type Drawable
 void Drawable.copy_area(Drawable src, GC gc)
           
 void Drawable.copy_area(Drawable src, GC gc, int src_x, int src_y, int width, int height, int dst_x, int dst_y)
           
 void Drawable.copy_plane(Drawable src, GC gc, int src_x, int src_y, int dst_x, int dst_y, int width, int height, int bit_plane)
           
 void GC.create(Drawable drawable, GC.Values values)
           
 

Constructors in gnu.x11 with parameters of type Drawable
GC(Drawable drawable)
           
GC(Drawable drawable, GC.Values values)
           
Pixmap(Drawable drawable)
           
Pixmap(Drawable drawable, int depth)
           
Pixmap(Drawable drawable, int width, int height, int depth)
           
Request.Poly.Arc(Drawable drawable, GC gc, Arc[] arcs, boolean fill)
           
Request.Poly.Dot(Drawable drawable, GC gc, Point[] points, int coordinate_mode, boolean join)
           
Request.Poly.Fill(Drawable drawable, GC gc, Point[] points, int shape, int coordinate_mode)
           
Request.Poly.Rectangle(Drawable drawable, GC gc, Rectangle[] rectangles, boolean fill)
           
Request.Poly.Segment(Drawable drawable, GC gc, Segment[] segments)
           
Request.Poly(int opcode, Drawable drawable, GC gc, java.lang.Object[] items, int item_unit_count)
           
 

Uses of Drawable in gnu.x11.extension
 

Subclasses of Drawable in gnu.x11.extension
 class DBE.BackBuffer
           
 

Fields in gnu.x11.extension declared as Drawable
static Drawable[] DBE.EMPTY
           
 

Methods in gnu.x11.extension with parameters of type Drawable
 Enum DBE.visual_info(Drawable[] screen_specifiers)
          Get information about which visuals support double buffering.
 

Uses of Drawable in gnu.x11.extension.glx
 

Methods in gnu.x11.extension.glx with parameters of type Drawable
 void GL.make_current(Drawable drawable)
           
 void GL.swap_buffers(Drawable drawable)
           
 

Uses of Drawable in gnu.x11.extension.render
 

Fields in gnu.x11.extension.render declared as Drawable
 Drawable Picture.drawable
           
 

Methods in gnu.x11.extension.render with parameters of type Drawable
 Picture Render.create_picture(Drawable drawable, Picture.Format format, Picture.Attributes attr)
           
 void Render.dithers(Drawable drawable)
           
 

Constructors in gnu.x11.extension.render with parameters of type Drawable
Picture(Render render, Drawable drawable, Picture.Format format, Picture.Attributes attr)