Uses of Class
gnu.x11.Arc

Packages that use Arc
gnu.x11 Provide X protocols. 
 

Uses of Arc in gnu.x11
 

Methods in gnu.x11 with parameters of type Arc
 void Drawable.arc(GC gc, Arc arc, boolean fill)
           
 void Drawable.poly_arc(GC gc, Arc[] arcs, boolean fill)
          This request will be aggregated.
 

Constructors in gnu.x11 with parameters of type Arc
Request.Poly.Arc(Drawable drawable, GC gc, Arc[] arcs, boolean fill)