Visual representation of nodes. Symetric sorter updated

This commit is contained in:
Gonzalo Bellver
2011-12-30 17:48:11 -03:00
parent 9ed6df2158
commit 14cb5b586e
8 changed files with 111 additions and 27 deletions

View File

@@ -25,6 +25,10 @@ mindplot.nlayout.ChildrenSorterStrategy = new Class({
verify:function(treeSet, node) {
throw "Method must be implemented";
},
toString:function() {
throw "Method must be implemented: print name";
}
});