Close the first prototype of the new layout

This commit is contained in:
Paulo Veiga
2011-12-11 13:13:43 -03:00
parent a482c410a2
commit 9c41f0719c
10 changed files with 780 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
mindplot.nlayout.GridSorter = new Class({
Extends: mindplot.nlayout.SymetricSorder
});
mindplot.nlayout.GridSorter.GRID_HORIZONTAR_SIZE = 50;
mindplot.nlayout.GridSorter.INTER_NODE_VERTICAL_DISTANCE = 50;