Graphics/AssociationItem.py

changeset 3621
15f23ed3f216
parent 3591
2f2a4a76dd22
child 3656
441956d8fce5
equal deleted inserted replaced
3620:2c8d96d47cda 3621:15f23ed3f216
76 76
77 if topToBottom: 77 if topToBottom:
78 self.calculateEndingPoints = \ 78 self.calculateEndingPoints = \
79 self.__calculateEndingPoints_topToBottom 79 self.__calculateEndingPoints_topToBottom
80 else: 80 else:
81 ## self.calculateEndingPoints = self.__calculateEndingPoints_center 81 ## self.calculateEndingPoints = self.__calculateEndingPoints_center
82 self.calculateEndingPoints = self.__calculateEndingPoints_rectangle 82 self.calculateEndingPoints = self.__calculateEndingPoints_rectangle
83 83
84 self.itemA = itemA 84 self.itemA = itemA
85 self.itemB = itemB 85 self.itemB = itemB
86 self.assocType = type 86 self.assocType = type

eric ide

mercurial