Searched refs:HandJiggle (Results 1 – 1 of 1) sorted by relevance
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Shapes.js | 1325 function HandJiggle(canvas, defaultVariation) class 1336 this.canvas.lineTo = mxUtils.bind(this, HandJiggle.prototype.lineTo); 1339 this.canvas.moveTo = mxUtils.bind(this, HandJiggle.prototype.moveTo); 1342 this.canvas.close = mxUtils.bind(this, HandJiggle.prototype.close); 1345 this.canvas.quadTo = mxUtils.bind(this, HandJiggle.prototype.quadTo); 1348 this.canvas.curveTo = mxUtils.bind(this, HandJiggle.prototype.curveTo); 1351 this.canvas.arcTo = mxUtils.bind(this, HandJiggle.prototype.arcTo); 1354 HandJiggle.prototype.moveTo = function(endX, endY) class 1363 HandJiggle.prototype.close = function() 1374 HandJiggle.prototype.quadTo = function(x1, y1, x2, y2) [all …]
|