Searched refs:cellState (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | mxVsdxCanvas2D.js | 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… 883 var fontStyle = that.cellState.style["fontStyle"]; 888 align: pStyle['align'] || that.cellState.style["align"], 991 fontColor: that.cellState.style["fontColor"], 992 fontSize: that.cellState.style["fontSize"], [all …]
|
/plugin/diagramsnet/lib/js/ |
H A 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…
|