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 |