Searched refs:mxFreehand (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxFreehand.js | 1 function mxFreehand(graph) class 18 var bufferSize = mxFreehand.prototype.NORMAL_SMOOTHING; 413 mxFreehand.prototype.NO_SMOOTHING = 1; 414 mxFreehand.prototype.MILD_SMOOTHING = 4; 415 mxFreehand.prototype.NORMAL_SMOOTHING = 8; 416 mxFreehand.prototype.VERY_SMOOTH_SMOOTHING = 12; 417 mxFreehand.prototype.SUPER_SMOOTH_SMOOTHING = 16; 418 mxFreehand.prototype.HYPER_SMOOTH_SMOOTHING = 20;
|
H A D | Editor.js | 5830 if (window.mxFreehand) 5832 this.freehand = new mxFreehand(this);
|
H A D | Menus.js | 291 if (window.mxFreehand)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10607 …){c=b}x.apply(this,arguments);this.hiddenTags=[];window.mxFreehand&&(this.freehand=new mxFreehand(… 11800 …;c.showDialog(b.container,320,120,!0,!0);b.init()}).isEnabled=k;window.mxFreehand&&(c.actions.put(… 12189 …mxFreehand(b){var e=null!=b.view&&null!=b.view.canvas?b.view.canvas.ownerSVGElement:null;if(null!=… function 12197 …u[g],e+=b.x,f+=b.y;return{x:e/k,y:f/k}}return null}}}mxFreehand.prototype.NO_SMOOTHING=1;mxFreehan… 12198 mxFreehand.prototype.NORMAL_SMOOTHING=8;mxFreehand.prototype.VERY_SMOOTH_SMOOTHING=12;mxFreehand.pr…
|
H A D | viewer.min.js | 3275 …){d=b}y.apply(this,arguments);this.hiddenTags=[];window.mxFreehand&&(this.freehand=new mxFreehand(…
|
H A D | viewer-static.min.js | 3275 …){d=b}y.apply(this,arguments);this.hiddenTags=[];window.mxFreehand&&(this.freehand=new mxFreehand(…
|