| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ShapeDrawer --+
|
CircleDrawer
|
|||
|
Inherited from |
|||
|
|||
|
draw_path(ctx,
cx,
cy,
w,
h=None) Draws a circular path on the Cairo context without stroking or filling. |
||
|
intersection_point(cx,
cy,
sx,
sy,
w,
h=None) Determines where the shape centered at (cx, cy) intersects with a line drawn from (sx, sy) to (cx, cy). |
||
|
|||
|
Inherited from |
|||
|
|||
Draws a circular path on the Cairo context without stroking or filling. Height is ignored, it is the width that determines the diameter of the circle.
|
Determines where the shape centered at (cx, cy) intersects with a line drawn from (sx, sy) to (cx, cy). Can be overridden in derived classes. Must always be defined as a static method usingstaticmethod(...)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Feb 14 12:44:01 2008 | http://epydoc.sourceforge.net |