83 |
83 |
84 def __buildPackages(self): |
84 def __buildPackages(self): |
85 """ |
85 """ |
86 Private method to build the packages shapes of the diagram. |
86 Private method to build the packages shapes of the diagram. |
87 """ |
87 """ |
88 project = os.path.splitdrive(self.project.ppath)[1].replace(os.sep, '.')[1:] |
88 project = os.path.splitdrive(self.project.getProjectPath())[1]\ |
|
89 .replace(os.sep, '.')[1:] |
89 packages = {} |
90 packages = {} |
90 shapes = {} |
91 shapes = {} |
91 p = 10 |
92 p = 10 |
92 y = 10 |
93 y = 10 |
93 maxHeight = 0 |
94 maxHeight = 0 |