
Public Member Functions | |
| def | __init__ |
| def | draw |
| def | select_pen |
Public Attributes | |
| highlight_pen | |
Abstract base class for all the drawing shapes.
Definition at line 75 of file xdot.py.
| def xdot::Shape::draw | ( | self, | ||
| cr, | ||||
highlight = False | ||||
| ) |
Draw this shape with the given cairo context
Reimplemented in xdot::TextShape, xdot::EllipseShape, xdot::PolygonShape, xdot::LineShape, xdot::BezierShape, xdot::CompoundShape, and xdot::Graph.