Lines Matching refs:mxGraphMlCodec
1573 …l,e)};function mxGraphMlCodec(){this.cachedRefObj={}}mxGraphMlCodec.prototype.refRegexp=/^\{y\:Gra… class
1574 mxGraphMlCodec.prototype.decode=function(f,m,e){try{var q=mxUtils.parseXml(f),k=this.getDirectChild…
1577 mxGraphMlCodec.prototype.initializeKeys=function(f){var m=this.getDirectChildNamedElements(f,mxGrap…
1581 mxGraphMlCodec.prototype.parseAttributes=function(f,m){var e=f.attributes;if(e)for(var q=0;q<e.leng…
1582 mxGraphMlCodec.prototype.dataElem2Obj=function(f){var m=this.getDirectFirstChildNamedElements(f,mxG…
1584 f),f[this.sharedData[e].nodeName]=k,this.cachedRefObj[e]=f):k};mxGraphMlCodec.prototype.mapArray=fu…
1585 mxGraphMlCodec.prototype.mapObject=function(f,m,e){if(m.defaults)for(var q in m.defaults)e[q]=m.def…
1586 …d.name&&null!=d.value?this.mapArray([d],k,e):this.mapObject(d,k,e)}};mxGraphMlCodec.prototype.crea…
1587 mxGraphMlCodec.prototype.importGraph=function(f,m,e){for(var q=this.getDirectChildNamedElements(f,m…
1588 mxGraphMlCodec.prototype.importPort=function(f,m){for(var e=f.getAttribute(mxGraphMlConstants.PORT_…
1589 mxGraphMlCodec.prototype.styleMap2Str=function(f){var m="",e="",q;for(q in f)e+=m+q+"="+f[q],m=";";…
1590 mxGraphMlCodec.prototype.importNode=function(f,m,e,q,k){var d=this.getDirectChildNamedElements(f,mx…
1594 mxGraphMlCodec.prototype.addNodeStyle=function(f,m,e){f=function(a,b){if("line"!=a){b.dashed=1;var …
1604 mxGraphMlCodec.prototype.handleTemplates=function(f,m,e,q){if(f){var k=e.geometry.width,d=e.geometr…
1607 mxGraphMlCodec.prototype.handleCompoundShape=function(f,m,e,q){var k=m.shape;if(k&&0==k.indexOf("js…
1627 mxGraphMlCodec.prototype.addTbl2Rows=function(f,m,e,q,k,d,b,a){e+=d;for(var c=null!=a.isHorz,g=0;g<…
1629 mxGraphMlCodec.prototype.addTbl2Cols=function(f,m,e,q,k,d,b,a){q=k+q;for(var c=null!=a.isHorz,g=0;g…
1631 mxGraphMlCodec.prototype.addRow=function(f,m,e,q,k,d,b){var a=new mxCell;a.vertex=!0;var c=mxUtils.…
1633 mxGraphMlCodec.prototype.addColumn=function(f,m,e,q,k,d,b){var a=new mxCell;a.vertex=!0;var c=mxUti…
1634 …n(f[c],a,c&1,m,k,d,b);e=Math.max(e,m);a.geometry.width=e;return q+e};mxGraphMlCodec.prototype.hand…
1635 mxGraphMlCodec.prototype.addNodeGeo=function(f,m,e,q){var k=m[mxGraphMlConstants.RECT],d=0,b=0,a=30…
1636 mxGraphMlCodec.prototype.importEdge=function(f,m,e,q,k){var d=this.getDirectChildNamedElements(f,mx…
1639 mxGraphMlCodec.prototype.addEdgeGeo=function(f,m,e,q){if(m=m[mxGraphMlConstants.Y_BEND]){for(var k=…
1640 mxGraphMlCodec.prototype.addEdgePath=function(f,m,e,q,k){var d=[];if(m){var b=parseFloat(m.sx),a=pa…
1642 mxGraphMlCodec.prototype.addEdgeStyle=function(f,m,e){f=function(a,b){b.dashed=1;var c;switch(a){ca…
1646 mxGraphMlCodec.prototype.addLabels=function(f,m,e,q,k){e=f.getChildCount();var d=m[mxGraphMlConstan…
1656 …mxGraphMlCodec.prototype.processPage=function(f,m){var e=(new mxCodec).encode(f.getModel());e.setA…
1657 mxGraphMlCodec.prototype.getDirectFirstChildNamedElements=function(f,m){for(var e=f.firstChild;null…
1685 EditorUi.prototype.doImportGraphML=function(f,m,e){(new mxGraphMlCodec).decode(f,m,e)};/*!