google-code-export / visigraph

Automatically exported from code.google.com/p/visigraph
1 stars 1 forks source link

Refactor arrangement methods out of GraphUtilities #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GraphUtilities should instead contain only purely-mathematical algorithms (e.g. 
present connectivity testers, Roy-Floyd-Warshall's, path-finding).  Arrangement 
utilities should be moved to their own ArrangementUtilities class.

Original issue reported on code.google.com by 0x24a53...@gmail.com on 5 Jan 2011 at 5:38

GoogleCodeExporter commented 9 years ago
Actually named it "LayoutUtilities.java", but done.

Original comment by 0x24a53...@gmail.com on 5 Jan 2011 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by 0x24a53...@gmail.com on 5 Jan 2011 at 9:24