Searched refs:readGraphState (Results 1 – 4 of 4) sorted by relevance
457 Editor.prototype.readGraphState = function(node) method in Editor550 this.readGraphState(node);
2054 Editor.prototype.readGraphState=function(b){var c=b.getAttribute("grid");if(null==c||""==c)c=this.g… method in Editor2057 …inUpdate();try{this.graph.model.clear(),this.graph.view.scale=1,this.readGraphState(b),this.update…
2088 Editor.prototype.readGraphState=function(a){var b=a.getAttribute("grid");if(null==b||""==b)b=this.g… method in Editor2091 …inUpdate();try{this.graph.model.clear(),this.graph.view.scale=1,this.readGraphState(a),this.update…