Uses of Class
gnu.x11.GC

Packages that use GC
gnu.app.displayhack Provide display hacks. 
gnu.x11 Provide X protocols. 
gnu.x11.test Provide test suits for package gnu.x11
 

Uses of GC in gnu.app.displayhack
 

Fields in gnu.app.displayhack declared as GC
 GC Sprites.back_buffer_gc
           
 GC DisplayHack.eraser_gc
           
 GC DisplayHack.gc
           
 GC Sprites.sprite_gc
           
 

Uses of GC in gnu.x11
 

Fields in gnu.x11 declared as GC
 GC Display.default_gc
           
 GC Request.Poly.gc
           
 

Methods in gnu.x11 that return GC
static GC GC.build(Display display)
           
 GC GC.copy()
           
 GC GC.copy(int mask)
           
 GC Screen.default_gc()
          Shared, read-only resource in general.
 

Methods in gnu.x11 with parameters of type GC
 void Drawable.arc(GC gc, Arc arc, boolean fill)
           
 void Drawable.arc(GC gc, int x, int y, int width, int height, int angle1, int angle2, boolean fill)
           
 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.copy(GC dest, int mask)
           
 void Drawable.fill_poly(GC gc, Point[] points, int shape, int coordinate_mode)
          This request will be aggregated.
 void Drawable.horizontal(GC gc, int x1, int x2, int y)
           
 void Drawable.image_text(GC gc, int x, int y, java.lang.String s)
           
 void Drawable.image_text16(GC gc, int x, int y, java.lang.String s)
           
 void Drawable.line(GC gc, int x1, int y1, int x2, int y2)
           
 void Drawable.point(GC gc, int x, int y)
           
 void Drawable.point(GC gc, Point point)
           
 void Drawable.poly_arc(GC gc, Arc[] arcs, boolean fill)
          This request will be aggregated.
 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 Drawable.poly_rectangle(GC gc, Rectangle[] rectangles, boolean fill)
          This request will be aggregated.
 void Drawable.poly_segment(GC gc, Segment[] segments)
          This request will be aggregated.
 void Drawable.poly_text(GC gc, int x, int y, Text[] texts)
           
 void Drawable.poly_text16(GC gc, int x, int y, Text[] texts)
           
 void Drawable.put_image(GC gc, Image image, int x, int y)
           
 void Drawable.put_small_image(GC gc, Image image, int y1, int y2, int x, int y)
           
 void Drawable.rectangle_clear(GC gc)
           
 void Drawable.rectangle(GC gc, int x, int y, int width, int height, boolean fill)
           
 void Drawable.rectangle(GC gc, Rectangle rectangle, boolean fill)
           
 void Drawable.segment(GC gc, int x1, int y1, int x2, int y2)
           
 void Drawable.segment(GC gc, Segment segment)
           
 void Drawable.text(GC gc, int x, int y, java.lang.String s)
           
 void Drawable.text(GC gc, int x, int y, java.lang.String s, int delta, Font font)
           
 void Drawable.vertical(GC gc, int x, int y1, int y2)
           
 

Constructors in gnu.x11 with parameters of type GC
GC(GC src)
           
GC(GC src, int mask)
           
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 GC in gnu.x11.test
 

Fields in gnu.x11.test declared as GC
 GC Blend.alpha_gc
           
 GC Blend.color_gc
           
 GC Chinese.gc