Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1232 function ParallelogramShape() function
1236 mxUtils.extend(ParallelogramShape, mxActor);
1237 ParallelogramShape.prototype.size = 0.2; class
1238 ParallelogramShape.prototype.fixedSize = 20;
1239 ParallelogramShape.prototype.isRoundable = function()
1243 ParallelogramShape.prototype.redrawPath = function(c, x, y, w, h)
1254 mxCellRenderer.registerShape('parallelogram', ParallelogramShape);
2341 var size = (fixed) ? ParallelogramShape.prototype.fixedSize : ParallelogramShape.prototype.size;
6210 …'parallelogram': createTrapezoidHandleFunction(1, ParallelogramShape.prototype.size, Parallelogram…
6817 ParallelogramShape.prototype.constraints = mxRectangleShape.prototype.constraints;