$search
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::xdot::Shape::draw | ( | self, | ||
cr, | ||||
highlight = False | ||||
) |
Draw this shape with the given cairo context
Reimplemented in xdot::xdot::TextShape, xdot::xdot::EllipseShape, xdot::xdot::PolygonShape, xdot::xdot::LineShape, xdot::xdot::BezierShape, xdot::xdot::CompoundShape, and xdot::xdot::Graph.