Public Member Functions | |
def | __init__ |
def | draw |
Public Attributes | |
filled | |
pen | |
points |
def xdot.PolygonShape.__init__ | ( | self, | |
pen, | |||
points, | |||
filled = False |
|||
) |
def xdot.PolygonShape.draw | ( | self, | |
cr, | |||
highlight = False |
|||
) |
Draw this shape with the given cairo context
Reimplemented from xdot.Shape.