Graphics/UMLClassDiagramBuilder.py

changeset 2953
703452a2876f
parent 2402
304fcefd3b04
child 2992
dbdf27746da5
--- a/Graphics/UMLClassDiagramBuilder.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/Graphics/UMLClassDiagramBuilder.py	Sat Sep 28 19:06:25 2013 +0200
@@ -149,6 +149,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