Searched refs:currentAlpha (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 12283 this.hint.innerHTML = this.currentAlpha + '°'; 12293 …var rot = (this.currentAlpha != null) ? this.currentAlpha : this.state.style[mxConstants.STYLE_ROT…
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 1568 …state.height/2-b.y;this.currentAlpha=0!=c?180*Math.atan(d/c)/Math.PI+90:0>d?180:0;0<c&&(this.curre… 1569 …currentAlpha=Math.round(this.currentAlpha/raster)*raster):this.currentAlpha=this.roundAngle(this.c… 1581 …nged())}}else if(d==mxEvent.ROTATION_HANDLE)if(null!=this.currentAlpha){var f=this.currentAlpha-(t… 1585 …s[this.index].node.style.display="");this.index=this.inTolerance=this.currentAlpha=null;null!=this… 1600 …)}}null!=this.rotationShape&&(g=mxUtils.toRadians(null!=this.currentAlpha?this.currentAlpha:this.s…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 2 …currentAlpha=source[3];this.setSource([average,average,average,currentAlpha]);return this},toBlack… variable
|
H A D | fabric.js | 4581 currentAlpha = source[3]; variable 4582 this.setSource([average, average, average, currentAlpha]); 4594 currentAlpha = source[3]; variable 4599 this.setSource([average, average, average, currentAlpha]);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 1772 …state.height/2-b.y;this.currentAlpha=0!=c?180*Math.atan(d/c)/Math.PI+90:0>d?180:0;0<c&&(this.curre… 1773 …currentAlpha=Math.round(this.currentAlpha/raster)*raster):this.currentAlpha=this.roundAngle(this.c… 1785 …nged())}}else if(d==mxEvent.ROTATION_HANDLE)if(null!=this.currentAlpha){var f=this.currentAlpha-(t… 1789 …s[this.index].node.style.display="");this.index=this.inTolerance=this.currentAlpha=null;null!=this… 1804 …)}}null!=this.rotationShape&&(g=mxUtils.toRadians(null!=this.currentAlpha?this.currentAlpha:this.s… 2647 …hint));if(this.index==mxEvent.ROTATION_HANDLE)this.hint.innerHTML=this.currentAlpha+"°";else{d= 2648 …height/d),f)}d=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.s…
|
H A D | viewer-static.min.js | 1772 …state.height/2-b.y;this.currentAlpha=0!=c?180*Math.atan(d/c)/Math.PI+90:0>d?180:0;0<c&&(this.curre… 1773 …currentAlpha=Math.round(this.currentAlpha/raster)*raster):this.currentAlpha=this.roundAngle(this.c… 1785 …nged())}}else if(d==mxEvent.ROTATION_HANDLE)if(null!=this.currentAlpha){var f=this.currentAlpha-(t… 1789 …s[this.index].node.style.display="");this.index=this.inTolerance=this.currentAlpha=null;null!=this… 1804 …)}}null!=this.rotationShape&&(g=mxUtils.toRadians(null!=this.currentAlpha?this.currentAlpha:this.s… 2647 …hint));if(this.index==mxEvent.ROTATION_HANDLE)this.hint.innerHTML=this.currentAlpha+"°";else{d= 2648 …height/d),f)}d=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.s…
|
H A D | app.min.js | 1806 …state.height/2-b.y;this.currentAlpha=0!=c?180*Math.atan(d/c)/Math.PI+90:0>d?180:0;0<c&&(this.curre… 1807 …currentAlpha=Math.round(this.currentAlpha/raster)*raster):this.currentAlpha=this.roundAngle(this.c… 1819 …nged())}}else if(d==mxEvent.ROTATION_HANDLE)if(null!=this.currentAlpha){var f=this.currentAlpha-(t… 1823 …s[this.index].node.style.display="");this.index=this.inTolerance=this.currentAlpha=null;null!=this… 1838 …)}}null!=this.rotationShape&&(g=mxUtils.toRadians(null!=this.currentAlpha?this.currentAlpha:this.s… 2896 …hint));if(this.index==mxEvent.ROTATION_HANDLE)this.hint.innerHTML=this.currentAlpha+"°";else{c= 2897 …height/c),d)}c=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.s…
|