Lines Matching refs:mxArrowConnector
683 …mxArrowConnector(a,b,c,d,e,f,g){mxShape.call(this);this.points=a;this.fill=b;this.stroke=c;this.st… function
684 mxArrowConnector.prototype.resetStyles=function(){mxShape.prototype.resetStyles.apply(this,argument…
685 mxArrowConnector.prototype.augmentBoundingBox=function(a){mxShape.prototype.augmentBoundingBox.appl…
686 mxArrowConnector.prototype.paintEdgeShape=function(a,b){var c=this.strokewidth;this.outline&&(c=Mat…
690 …this.paintMarker(a,q.x,q.y,-x,-A,c,e,f,m,!0),a.stroke(),a.end()))}};mxArrowConnector.prototype.pai…
691 mxArrowConnector.prototype.isArrowRounded=function(){return this.isRounded};mxArrowConnector.protot…
692 mxArrowConnector.prototype.isMarkerStart=function(){return mxUtils.getValue(this.style,mxConstants.…
1141 …row);mxCellRenderer.registerShape(mxConstants.SHAPE_ARROW_CONNECTOR,mxArrowConnector);mxCellRender…
3243 …xDoubleEllipse.call(this)}function ka(){mxArrowConnector.call(this);this.spacing=0}function ga(){m…
3329 …=!1;mxCellRenderer.registerShape("startState",ta);mxUtils.extend(ka,mxArrowConnector);ka.prototype…
3330 …sRounded};mxCellRenderer.registerShape("link",ka);mxUtils.extend(ga,mxArrowConnector);ga.prototype…