2011-12-11 13:13:43 -03:00
|
|
|
mindplot.nlayout.GridSorter = new Class({
|
2011-12-30 17:48:11 -03:00
|
|
|
Extends: mindplot.nlayout.SymetricSorder,
|
|
|
|
|
|
|
|
|
|
toString:function() {
|
|
|
|
|
return "Grid Sorter";
|
|
|
|
|
}
|
2011-12-11 13:13:43 -03:00
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
mindplot.nlayout.GridSorter.GRID_HORIZONTAR_SIZE = 50;
|
|
|
|
|
mindplot.nlayout.GridSorter.INTER_NODE_VERTICAL_DISTANCE = 50;
|
|
|
|
|
|