/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 2888 LinkShape.prototype.getEdgeWidth = function() method in LinkShape 2913 return this.getEdgeWidth() + mxUtils.getNumber(this.style, 'startWidth', this.defaultArrowWidth); 2918 return this.getEdgeWidth() + mxUtils.getNumber(this.style, 'endWidth', this.defaultArrowWidth);; 2921 FlexArrowShape.prototype.getEdgeWidth = function() method in FlexArrowShape 5622 var w = state.shape.getEdgeWidth() * state.view.scale + spacing; 5654 var w = (state.shape.getEdgeWidth() - state.shape.strokewidth) * state.view.scale; 5696 …state.style['startWidth'] = Math.max(0, Math.round(w * 2) - state.shape.getEdgeWidth()) / state.vi… 5725 var w = (state.shape.getEdgeWidth() - state.shape.strokewidth) * state.view.scale; 5767 …state.style['endWidth'] = Math.max(0, Math.round(w * 2) - state.shape.getEdgeWidth()) / state.view…
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 651 …mxShape.prototype.augmentBoundingBox.apply(this,arguments);var b=this.getEdgeWidth();this.isMarker… 652 …wWidth()+c,e=this.getEndArrowWidth()+c,f=this.outline?this.getEdgeWidth()+c:this.getEdgeWidth(),g=… 657 …function(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEdgeWidth=function(){retu… method in mxArrowConnector 1690 …ndler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.s… 1691 mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; method in mxConnectionHandler 2783 …faultWidth=4;R.prototype.isOpenEnded=function(){return!0};R.prototype.getEdgeWidth=function(){retu… 2784 …getEdgeWidth()+mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};ra.prototype.get… 2859 …function(b,d,f){return Na(b,["width"],d,function(d,c,e,g,l){l=b.shape.getEdgeWidth()*b.view.scale+… 2868 …TARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,f,c,e,g){d=(b.shape.getEdgeWidth()-b.shape.strok… 2871 …00/b.view.scale;b.style.startWidth=Math.max(0,Math.round(2*f)-b.shape.getEdgeWidth())/b.view.scale… [all …]
|
H A D | viewer-static.min.js | 651 …mxShape.prototype.augmentBoundingBox.apply(this,arguments);var b=this.getEdgeWidth();this.isMarker… 652 …wWidth()+c,e=this.getEndArrowWidth()+c,f=this.outline?this.getEdgeWidth()+c:this.getEdgeWidth(),g=… 657 …function(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEdgeWidth=function(){retu… method in mxArrowConnector 1690 …ndler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.s… 1691 mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; method in mxConnectionHandler 2783 …faultWidth=4;R.prototype.isOpenEnded=function(){return!0};R.prototype.getEdgeWidth=function(){retu… 2784 …getEdgeWidth()+mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};ra.prototype.get… 2859 …function(b,d,f){return Na(b,["width"],d,function(d,c,e,g,l){l=b.shape.getEdgeWidth()*b.view.scale+… 2868 …TARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,f,c,e,g){d=(b.shape.getEdgeWidth()-b.shape.strok… 2871 …00/b.view.scale;b.style.startWidth=Math.max(0,Math.round(2*f)-b.shape.getEdgeWidth())/b.view.scale… [all …]
|
H A D | app.min.js | 685 …mxShape.prototype.augmentBoundingBox.apply(this,arguments);var b=this.getEdgeWidth();this.isMarker… 686 …wWidth()+c,e=this.getEndArrowWidth()+c,f=this.outline?this.getEdgeWidth()+c:this.getEdgeWidth(),g=… 691 …function(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEdgeWidth=function(){retu… method in mxArrowConnector 1724 …ndler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.s… 1725 mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; method in mxConnectionHandler 3329 …ultWidth=4;ka.prototype.isOpenEnded=function(){return!0};ka.prototype.getEdgeWidth=function(){retu… 3330 …getEdgeWidth()+mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};ga.prototype.get… 3405 …function(a,b,c){return Da(a,["width"],b,function(b,d,e,f,g){g=a.shape.getEdgeWidth()*a.view.scale+… 3414 …TARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(b,c,d,e,f){b=(a.shape.getEdgeWidth()-a.shape.strok… 3417 …00/a.view.scale;a.style.startWidth=Math.max(0,Math.round(2*c)-a.shape.getEdgeWidth())/a.view.scale… [all …]
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 447 …mxShape.prototype.augmentBoundingBox.apply(this,arguments);var b=this.getEdgeWidth();this.isMarker… 448 …wWidth()+c,e=this.getEndArrowWidth()+c,f=this.outline?this.getEdgeWidth()+c:this.getEdgeWidth(),g=… 453 …function(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEdgeWidth=function(){retu… method in mxArrowConnector 1486 …ndler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.s… 1487 mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; method in mxConnectionHandler
|