Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1325 function HandJiggle(canvas, defaultVariation) class
1336 this.canvas.lineTo = mxUtils.bind(this, HandJiggle.prototype.lineTo);
1342 this.canvas.close = mxUtils.bind(this, HandJiggle.prototype.close);
1351 this.canvas.arcTo = mxUtils.bind(this, HandJiggle.prototype.arcTo);
1354 HandJiggle.prototype.moveTo = function(endX, endY)
1363 HandJiggle.prototype.close = function()
1374 HandJiggle.prototype.quadTo = function(x1, y1, x2, y2)
1381 HandJiggle.prototype.curveTo = function(x1, y1, x2, y2, x3, y3)
1395 HandJiggle.prototype.lineTo = function(endX, endY)
1454 HandJiggle.prototype.destroy = function()
[all …]