Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3525 function DisplayShape() function
3529 mxUtils.extend(DisplayShape, mxActor);
3530 DisplayShape.prototype.size = 0.25; class
3531 DisplayShape.prototype.redrawPath = function(c, x, y, w, h)
3546 mxCellRenderer.registerShape('display', DisplayShape);
6205 'display': createDisplayHandleFunction(DisplayShape.prototype.size, false),
6652 DisplayShape.prototype.getConstraints = function(style, w, h)