Searched refs:cellState (Results 1 – 2 of 2) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | mxVsdxCanvas2D.js | 93 mxVsdxCanvas2D.prototype.newShape = function (shape, cellState, xmlDoc) argument 97 this.cellState = cellState; 98 this.xmGeo = cellState.cell.geometry; 113 mxVsdxCanvas2D.prototype.newEdge = function (shape, cellState, xmlDoc) argument 116 this.cellState = cellState; 117 this.xmGeo = cellState.cellBounds; 735 …var strSize = mxUtils.getSizeForString(str, that.cellState.style["fontSize"], that.cellState.style… 743 if (mxUtils.getValue(this.cellState.style, 'nl2Br', '1') != '0') 883 var fontStyle = that.cellState.style["fontStyle"]; 885 fontColor: pStyle['fontColor'] || that.cellState.style["fontColor"], [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 1058 …2D.prototype.newShape=function(f,m,e){this.geoIndex=0;this.shape=f;this.cellState=m;this.xmGeo=m.c… 1059 mxVsdxCanvas2D.prototype.newEdge=function(f,m,e){this.shape=f;this.cellState=m;this.xmGeo=m.cellBou… 1077 …rString(k,A.cellState.style.fontSize,A.cellState.style.fontFamily),e=2*q.width,q=2*q.height);"html… 1081 …cellState.style.fontStyle,d={fontColor:b.fontColor||A.cellState.style.fontColor,fontSize:b.fontSiz… 1084 …b.LiIndex+". ":"")+g.textContent)}}};"html"==c&&mxClient.IS_SVG?(k=this.cellState.text.node.getEle… 1085 …cellState.style.fontColor,fontSize:A.cellState.style.fontSize,fontFamily:A.cellState.style.fontFam…
|