Uses of Class
gnu.x11.Segment

Packages that use Segment
gnu.x11 Provide X protocols. 
 

Uses of Segment in gnu.x11
 

Methods in gnu.x11 with parameters of type Segment
 void Drawable.poly_segment(GC gc, Segment[] segments)
          This request will be aggregated.
 void Drawable.segment(GC gc, Segment segment)
           
 

Constructors in gnu.x11 with parameters of type Segment
Request.Poly.Segment(Drawable drawable, GC gc, Segment[] segments)