Graphics/PackageDiagramBuilder.py

changeset 2953
703452a2876f
parent 2433
f580320cd0aa
child 2992
dbdf27746da5
--- a/Graphics/PackageDiagramBuilder.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/Graphics/PackageDiagramBuilder.py	Sat Sep 28 19:06:25 2013 +0200
@@ -271,6 +271,11 @@
         Private method to arrange the shapes on the canvas.
         
         The algorithm is borrowed from Boa Constructor.
+        
+        @param nodes list of nodes to arrange
+        @param routes list of routes
+        @param whiteSpaceFactor factor to increase whitespace between
+            items (float)
         """
         from . import GraphicsUtilities
         generations = GraphicsUtilities.sort(nodes, routes)

eric ide

mercurial