Beispiel #1
0
 def _createNode(self, canvas, node, y):
     """ Create Data node to be painted in the graph. """
     node.selected = False
     node.box = RoundedTextBox(canvas, node, y)
     return node.box
Beispiel #2
0
 def __init__(self, canvas, text, x, y, bgColor, textColor='black'):
     RoundedTextBox.__init__(self, canvas, text, x, y, bgColor, textColor)
Beispiel #3
0
 def __init__(self, canvas, text, x, y, bgColor, textColor='black'):
     RoundedTextBox.__init__(self, canvas, text, x, y, bgColor, textColor)