class documentation
class CircleDrawer(ShapeDrawer):
Static class which draws circular vertices
| Static Method | draw |
Draws a circular path on the Cairo context without stroking or filling it. |
| Static Method | intersection |
Determines where the circle centered at (center_x, center_y) intersects with a line drawn from (source_x, source_y) to (center_x, center_y). |
| Class Variable | names |
Undocumented |
Draws a circular path on the Cairo context without stroking or filling it.
Height is ignored, it is the width that determines the diameter of the circle.
| See Also | |
| ShapeDrawer.draw_path |