79 if topToBottom: |
79 if topToBottom: |
80 self.calculateEndingPoints = ( |
80 self.calculateEndingPoints = ( |
81 self.__calculateEndingPoints_topToBottom |
81 self.__calculateEndingPoints_topToBottom |
82 ) |
82 ) |
83 else: |
83 else: |
84 ## self.calculateEndingPoints = self.__calculateEndingPoints_center |
84 #- self.calculateEndingPoints = self.__calculateEndingPoints_center |
85 self.calculateEndingPoints = self.__calculateEndingPoints_rectangle |
85 self.calculateEndingPoints = self.__calculateEndingPoints_rectangle |
86 |
86 |
87 self.itemA = itemA |
87 self.itemA = itemA |
88 self.itemB = itemB |
88 self.itemB = itemB |
89 self.assocType = assocType |
89 self.assocType = assocType |