Searched refs:createDisplayHandleFunction (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 5489 …function createDisplayHandleFunction(defaultValue, allowArcHandle, max, redrawEdges, fixedDefaultV… function 6202 …'step': createDisplayHandleFunction(StepShape.prototype.size, true, null, true, StepShape.prototyp… 6203 …'hexagon': createDisplayHandleFunction(HexagonShape.prototype.size, true, 0.5, true, HexagonShape.… 6204 'curlyBracket': createDisplayHandleFunction(CurlyBracketShape.prototype.size, false), 6205 'display': createDisplayHandleFunction(DisplayShape.prototype.size, false),
|