예제 #1
0
파일: viewdata.py 프로젝트: liz18/scipion
 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
예제 #2
0
파일: viewdata.py 프로젝트: liz18/scipion
 def __init__(self, canvas, text, x, y, bgColor, textColor='black'):
     RoundedTextBox.__init__(self, canvas, text, x, y, bgColor, textColor)
예제 #3
0
파일: viewdata.py 프로젝트: I2PC/scipion
 def __init__(self, canvas, text, x, y, bgColor, textColor='black'):
     RoundedTextBox.__init__(self, canvas, text, x, y, bgColor, textColor)