Home
last modified time | relevance | path

Searched refs:LinkShape (Results 1 – 1 of 1) sorted by last modified time

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2875 function LinkShape() class
2880 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);