Home
last modified time | relevance | path

Searched refs:ExtendedShape (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1836 function ExtendedShape() function
1840 mxUtils.extend(ExtendedShape, mxRectangleShape);
1841 ExtendedShape.prototype.isHtmlAllowed = function() class
1845 ExtendedShape.prototype.getLabelBounds = function(rect)
1859 ExtendedShape.prototype.paintForeground = function(c, x, y, w, h)
1954 mxCellRenderer.registerShape('ext', ExtendedShape);