Lines Matching refs:mxArrowConnector
649 …mxArrowConnector(a,b,c,d,e,f,g){mxShape.call(this);this.points=a;this.fill=b;this.stroke=c;this.st… function
650 mxArrowConnector.prototype.resetStyles=function(){mxShape.prototype.resetStyles.apply(this,argument…
651 mxArrowConnector.prototype.augmentBoundingBox=function(a){mxShape.prototype.augmentBoundingBox.appl…
652 mxArrowConnector.prototype.paintEdgeShape=function(a,b){var c=this.strokewidth;this.outline&&(c=Mat…
656 …this.paintMarker(a,q.x,q.y,-x,-A,c,e,f,m,!0),a.stroke(),a.end()))}};mxArrowConnector.prototype.pai…
657 mxArrowConnector.prototype.isArrowRounded=function(){return this.isRounded};mxArrowConnector.protot…
658 mxArrowConnector.prototype.isMarkerStart=function(){return mxUtils.getValue(this.style,mxConstants.…
1107 …row);mxCellRenderer.registerShape(mxConstants.SHAPE_ARROW_CONNECTOR,mxArrowConnector);mxCellRender…
2697 …mxDoubleEllipse.call(this)}function R(){mxArrowConnector.call(this);this.spacing=0}function ra(){m…
2783 …e=!1;mxCellRenderer.registerShape("startState",ba);mxUtils.extend(R,mxArrowConnector);R.prototype.…
2784 …isRounded};mxCellRenderer.registerShape("link",R);mxUtils.extend(ra,mxArrowConnector);ra.prototype…