wisemapping-open-source/mindplot/src/main/javascript/nlayout/GridSorter.js
2011-12-11 13:13:43 -03:00

9 lines
212 B
JavaScript

mindplot.nlayout.GridSorter = new Class({
Extends: mindplot.nlayout.SymetricSorder
});
mindplot.nlayout.GridSorter.GRID_HORIZONTAR_SIZE = 50;
mindplot.nlayout.GridSorter.INTER_NODE_VERTICAL_DISTANCE = 50;