Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1771 function PlusShape() function
1775 mxUtils.extend(PlusShape, mxRectangleShape);
1776 PlusShape.prototype.isHtmlAllowed = function() class
1780 PlusShape.prototype.paintForeground = function(c, x, y, w, h)
1794 mxCellRenderer.registerShape('plus', PlusShape);
6502 PlusShape.prototype.constraints = mxRectangleShape.prototype.constraints;