Searched refs:FilledEdge (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 5050 function FilledEdge() function 5054 mxUtils.extend(FilledEdge, mxConnector); 5056 FilledEdge.prototype.origPaintEdgeShape = FilledEdge.prototype.paintEdgeShape; class 5057 FilledEdge.prototype.paintEdgeShape = function(c, pts, rounded) 5070 FilledEdge.prototype.origPaintEdgeShape.apply(this, [c, temp, rounded]); 5082 FilledEdge.prototype.origPaintEdgeShape.apply(this, [c, pts, rounded]); 5088 mxCellRenderer.registerShape('filledEdge', FilledEdge);
|