Arcs and Circles

These are the methods for creating and using arcs and circles in PDF graphics.

FigureMaker methods

append_arc_to_path(xstart, ystart, xcorner, ycorner, xend, yend, dx, dy)  [ doc | example ]

append_circle_to_path(x, y, r)  [ doc ]

append_oval_to_path(x, y, dx, dy, angle)  [ doc ]

clip_circle(x, y, r)  [ doc ]

clip_oval(x, y, dx, dy, angle)  [ doc ]

fill_and_stroke_circle(x, y, r)  [ doc ]

fill_and_stroke_oval(x, y, dx, dy, angle)  [ doc ]

fill_circle(x, y, r)  [ doc ]

fill_oval(x, y, dx, dy, angle)  [ doc ]

stroke_circle(x, y, r)  [ doc ]

stroke_oval(x, y, dx, dy, angle)  [ doc ]

FigureMaker attributes

PyTioga version: alpha (20071021)

Copyright (C) 2007 Taro Sato & Bill Paxton. All rights reserved.