Public Member Functions | |
def | __init__ |
def | draw |
Public Attributes | |
filled | |
pen | |
points |
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.