Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js379 mxCellRenderer.registerShape('isoRectangle', IsoRectangleShape);
404 function IsoRectangleShape() function
408 mxUtils.extend(IsoRectangleShape, mxActor);
409 IsoRectangleShape.prototype.size = 20; class
410 IsoRectangleShape.prototype.redrawPath = function(path, x, y, w, h)
424 mxCellRenderer.registerShape('isoRectangle', IsoRectangleShape);
6412 IsoRectangleShape.prototype.constraints = [];