Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1671 function TransparentShape() function
1675 mxUtils.extend(TransparentShape, mxRectangleShape);
1676 TransparentShape.prototype.paintBackground = function(c, x, y, w, h) class
1682 TransparentShape.prototype.paintForeground = function(c, x, y, w, h) { };
1684 mxCellRenderer.registerShape('transparent', TransparentShape);