Public Member Functions | |
def | __init__ |
def | draw |
Public Attributes | |
j | |
layout | |
pen | |
t | |
w | |
x | |
y |
def xdot.xdot.TextShape.__init__ | ( | self, | |
pen, | |||
x, | |||
y, | |||
j, | |||
w, | |||
t | |||
) |
def xdot.xdot.TextShape.draw | ( | self, | |
cr, | |||
highlight = False |
|||
) |
Draw this shape with the given cairo context
Reimplemented from xdot.xdot.Shape.