Uses of Class
gnu.x11.Rectangle

Packages that use Rectangle
gnu.app.puppet Provide a window manager. 
gnu.x11 Provide X protocols. 
gnu.x11.event Provide X core events. 
gnu.x11.extension Provide X extensions. 
gnu.x11.extension.render Provide X Rendering Extension. 
 

Uses of Rectangle in gnu.app.puppet
 

Fields in gnu.app.puppet declared as Rectangle
 Rectangle Puppet.space
           
 

Methods in gnu.app.puppet that return Rectangle
 Rectangle Preference.position(java.lang.String id)
           
 Rectangle Preference.space()
           
 

Uses of Rectangle in gnu.x11
 

Methods in gnu.x11 that return Rectangle
 Rectangle Window.rectangle()
           
 Rectangle Option.rectangle(java.lang.String name, java.lang.String description, Rectangle default_value)
           
 Rectangle Rectangle.within(Rectangle bound)
           
 

Methods in gnu.x11 with parameters of type Rectangle
 void Window.move_resize(Rectangle rectangle)
           
 void Drawable.poly_rectangle(GC gc, Rectangle[] rectangles, boolean fill)
          This request will be aggregated.
 void Drawable.rectangle(GC gc, Rectangle rectangle, boolean fill)
           
 Rectangle Option.rectangle(java.lang.String name, java.lang.String description, Rectangle default_value)
           
 boolean Window.resized(Rectangle r)
           
 void GC.set_clip_rectangles(int clip_x_origin, int clip_y_origin, Rectangle[] rectangles, int ordering)
           
 void Window.set_geometry_cache(Rectangle r)
           
 Rectangle Rectangle.within(Rectangle bound)
           
 

Constructors in gnu.x11 with parameters of type Rectangle
Request.Poly.Rectangle(Drawable drawable, GC gc, Rectangle[] rectangles, boolean fill)
           
Window(Window parent, Rectangle geometry)
           
Window(Window parent, Rectangle geometry, int border_width, Window.Attributes attr)
           
 

Uses of Rectangle in gnu.x11.event
 

Methods in gnu.x11.event that return Rectangle
 Rectangle ConfigureNotify.rectangle()
           
 Rectangle ConfigureRequest.rectangle()
           
 

Uses of Rectangle in gnu.x11.extension
 

Methods in gnu.x11.extension that return Rectangle
 Rectangle Shape.ExtentsReply.bounding()
           
 Rectangle Shape.ExtentsReply.clip()
           
 Rectangle Shape.NotifyEvent.rectangle()
           
 

Methods in gnu.x11.extension with parameters of type Rectangle
 void Shape.combine_rectangles(Window dest, int dest_kind, int x_offset, int y_offset, Rectangle[] rectangles, int operation, int ordering)
           
 

Uses of Rectangle in gnu.x11.extension.render
 

Methods in gnu.x11.extension.render with parameters of type Rectangle
 void Picture.set_clip_rectangles(int x_origin, int y_origin, Rectangle[] rectangles)