$search
Public Member Functions | |
def | __init__ |
def | draw |
Public Attributes | |
filled | |
pen | |
points |
Definition at line 269 of file xdot.py.
def xdot::xdot::BezierShape::__init__ | ( | self, | ||
pen, | ||||
points, | ||||
filled = False | ||||
) |
def xdot::xdot::BezierShape::draw | ( | self, | ||
cr, | ||||
highlight = False | ||||
) |
Draw this shape with the given cairo context
Reimplemented from xdot::xdot::Shape.