Uses of Class
gnu.x11.Point

Packages that use Point
gnu.app.puppet Provide a window manager. 
gnu.x11 Provide X protocols. 
gnu.x11.extension.render Provide X Rendering Extension. 
 

Uses of Point in gnu.app.puppet
 

Methods in gnu.app.puppet that return Point
 Point Preference.warp_position(int i)
           
 

Uses of Point in gnu.x11
 

Methods in gnu.x11 that return Point
 Point Window.PointerReply.root_position()
           
 

Methods in gnu.x11 with parameters of type Point
 void Drawable.fill_poly(GC gc, Point[] points, int shape, int coordinate_mode)
          This request will be aggregated.
 void Drawable.point(GC gc, Point point)
           
 void Drawable.poly_dot(GC gc, Point[] points, int coordinate_mode, boolean join)
          This request will be aggregated.
 void Drawable.poly_line(GC gc, Point[] points, int coordinate_mode)
           
 void Drawable.poly_point(GC gc, Point[] points, int coordinate_mode)
           
 void Window.warp_pointer(Point position)
           
 

Constructors in gnu.x11 with parameters of type Point
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)
           
 

Uses of Point in gnu.x11.extension.render
 

Subclasses of Point in gnu.x11.extension.render
 class ColorPoint
          Color point in RENDER.