Lines Matching refs:interRankCellSpacing
906 …ssignment(a,b,c,d,e,f){this.layout=a;this.intraCellSpacing=b;this.interRankCellSpacing=c;this.orie…
907 …nt.prototype.intraCellSpacing=30;mxCoordinateAssignment.prototype.interRankCellSpacing=100;mxCoord… method in mxCoordinateAssignment
923 mxCoordinateAssignment.prototype.calculateWidestRank=function(a,b){var c=-this.interRankCellSpacing…
924 …"At least one cell has no bounds");this.rankY[e]=c;k=f/2+d/2+this.interRankCellSpacing;d=f;c=this.…
943 …yout.prototype.intraCellSpacing=30;mxHierarchicalLayout.prototype.interRankCellSpacing=100;mxHiera… method in mxHierarchicalLayout
958 …{var c=new mxCoordinateAssignment(this,this.intraCellSpacing,this.interRankCellSpacing,this.orient…
959 …mxSwimlaneLayout.prototype.intraCellSpacing=30;mxSwimlaneLayout.prototype.interRankCellSpacing=100; method in mxSwimlaneLayout
965 …arentBorder:this.interRankCellSpacing/2),m=b[e].x-l,n=a.y-this.parentBorder;k.x+=m;k.y=n;k.width=b…
977 …{var c=new mxCoordinateAssignment(this,this.intraCellSpacing,this.interRankCellSpacing,this.orient…
2640 …ntraCellSpacing),e.interRankCellSpacing=mxUtils.getValue(d,"interRankCellSpacing",mxHierarchicalLa…
11834 …ierarchicalLayout",config:{orientation:"west",intraCellSpacing:30,interRankCellSpacing:100,interHi…