Public Member Functions | |
def | __init__ (self, pen, points, filled=False) |
def | draw (self, cr, highlight=False) |
Public Member Functions inherited from smach_viewer.xdot.xdot.Shape | |
def | __init__ (self) |
def | draw (self, cr, highlight=False) |
def | select_pen (self, highlight) |
Public Attributes | |
filled | |
pen | |
points | |
Public Attributes inherited from smach_viewer.xdot.xdot.Shape | |
highlight_pen | |
def smach_viewer.xdot.xdot.BezierShape.__init__ | ( | self, | |
pen, | |||
points, | |||
filled = False |
|||
) |
def smach_viewer.xdot.xdot.BezierShape.draw | ( | self, | |
cr, | |||
highlight = False |
|||
) |