Searched refs:getEndArrowWidth (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 2916 FlexArrowShape.prototype.getEndArrowWidth = function() method in FlexArrowShape 5756 var w = (state.shape.getEndArrowWidth() - state.shape.strokewidth) * state.view.scale;
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 447 …,this.getStartArrowWidth()));this.isMarkerEnd()&&(b=Math.max(b,this.getEndArrowWidth()));a.grow((b… 448 …EWIDTH,this.strokewidth)));var d=this.getStartArrowWidth()+c,e=this.getEndArrowWidth()+c,f=this.ou… 453 …nction(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEndArrowWidth=function(){re… method in mxArrowConnector
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 651 …,this.getStartArrowWidth()));this.isMarkerEnd()&&(b=Math.max(b,this.getEndArrowWidth()));a.grow((b… 652 …EWIDTH,this.strokewidth)));var d=this.getStartArrowWidth()+c,e=this.getEndArrowWidth()+c,f=this.ou… 657 …nction(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEndArrowWidth=function(){re… method in mxArrowConnector 2784 …umber(this.style,"startWidth",this.defaultArrowWidth)};ra.prototype.getEndArrowWidth=function(){re… 2875 !1,function(d,f,c,e,g){d=(b.shape.getEndArrowWidth()-b.shape.strokewidth)*b.view.scale;g=3*mxUtils.…
|
H A D | viewer-static.min.js | 651 …,this.getStartArrowWidth()));this.isMarkerEnd()&&(b=Math.max(b,this.getEndArrowWidth()));a.grow((b… 652 …EWIDTH,this.strokewidth)));var d=this.getStartArrowWidth()+c,e=this.getEndArrowWidth()+c,f=this.ou… 657 …nction(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEndArrowWidth=function(){re… method in mxArrowConnector 2784 …umber(this.style,"startWidth",this.defaultArrowWidth)};ra.prototype.getEndArrowWidth=function(){re… 2875 !1,function(d,f,c,e,g){d=(b.shape.getEndArrowWidth()-b.shape.strokewidth)*b.view.scale;g=3*mxUtils.…
|
H A D | app.min.js | 685 …,this.getStartArrowWidth()));this.isMarkerEnd()&&(b=Math.max(b,this.getEndArrowWidth()));a.grow((b… 686 …EWIDTH,this.strokewidth)));var d=this.getStartArrowWidth()+c,e=this.getEndArrowWidth()+c,f=this.ou… 691 …nction(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEndArrowWidth=function(){re… method in mxArrowConnector 3330 …umber(this.style,"startWidth",this.defaultArrowWidth)};ga.prototype.getEndArrowWidth=function(){re… 3421 !1,function(b,c,d,e,f){b=(a.shape.getEndArrowWidth()-a.shape.strokewidth)*a.view.scale;f=3*mxUtils.…
|