Searched refs:TrapezoidShape (Results 1 – 1 of 1) sorted by relevance
1257 function TrapezoidShape() function1261 mxUtils.extend(TrapezoidShape, mxActor);1262 TrapezoidShape.prototype.size = 0.2; class1263 TrapezoidShape.prototype.fixedSize = 20;1264 TrapezoidShape.prototype.isRoundable = function()1268 TrapezoidShape.prototype.redrawPath = function(c, x, y, w, h)1279 mxCellRenderer.registerShape('trapezoid', TrapezoidShape);2404 var size = (fixed) ? TrapezoidShape.prototype.fixedSize : TrapezoidShape.prototype.size;6209 …'trapezoid': createTrapezoidHandleFunction(0.5, TrapezoidShape.prototype.size, TrapezoidShape.prot…6818 TrapezoidShape.prototype.constraints = mxRectangleShape.prototype.constraints;