Home | Trees | Indices | Help |
|
---|
|
object --+ | ShapeDrawer
Static class, the ancestor of all vertex shape drawer classes.
Custom shapes must implement at least the draw_path
method of the class. The method must not stroke or fill, it should
just set up the current Cairo path appropriately.
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
Inherited from |
|
Draws the path of the shape on the given Cairo context, without stroking or filling it. This method must be overridden in derived classes implementing custom
shapes and declared as a static method using
|
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 using
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 16 21:30:47 2008 | http://epydoc.sourceforge.net |