Searched refs:LinkShape (Results 1 – 1 of 1) sorted by relevance
2875 function LinkShape() class2880 mxUtils.extend(LinkShape, mxArrowConnector);2881 LinkShape.prototype.defaultWidth = 4;2883 LinkShape.prototype.isOpenEnded = function()2888 LinkShape.prototype.getEdgeWidth = function()2893 LinkShape.prototype.isArrowRounded = function()2899 mxCellRenderer.registerShape('link', LinkShape);