Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2994 function CornerShape() function
2998 mxUtils.extend(CornerShape, mxActor);
2999 CornerShape.prototype.dx = 20; class
3000 CornerShape.prototype.dy = 20;
3003 CornerShape.prototype.redrawPath = function(c, x, y, w, h)
3015 mxCellRenderer.registerShape('corner', CornerShape);
6073 …max(0, Math.min(bounds.width, mxUtils.getValue(this.state.style, 'dx', CornerShape.prototype.dx)));
6074 …ax(0, Math.min(bounds.height, mxUtils.getValue(this.state.style, 'dy', CornerShape.prototype.dy)));
6857 CornerShape.prototype.getConstraints = function(style, w, h)