Public Member Functions | |
def | __init__ |
def | draw |
def | select_pen |
Public Attributes | |
highlight_pen |
def xdot.xdot.Shape.__init__ | ( | self | ) |
def xdot.xdot.Shape.draw | ( | self, | |
cr, | |||
highlight = False |
|||
) |
Draw this shape with the given cairo context
Reimplemented in xdot.xdot.Graph, xdot.xdot.CompoundShape, xdot.xdot.BezierShape, xdot.xdot.LineShape, xdot.xdot.PolygonShape, xdot.xdot.EllipseShape, and xdot.xdot.TextShape.
def xdot.xdot.Shape.select_pen | ( | self, | |
highlight | |||
) |