| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ShapeDrawer --+
|
NullDrawer
Static drawer class which draws nothing.
This class is used for graph vertices with unknown shapes
|
|||
|
Inherited from |
|||
|
|||
|
draw_path(ctx,
cx,
cy,
w,
h=None) Draws the path of the shape on the given Cairo context, without stroking or filling it. |
||
|
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 usingstaticmethod(...).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Feb 14 12:44:01 2008 | http://epydoc.sourceforge.net |