Searched refs:mxRuler (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 20 function mxRuler(editorUi, unit, isVertical, isSecondery) class 529 mxRuler.prototype.RULER_THICKNESS = 14; 530 mxRuler.prototype.unit = mxConstants.POINTS; 532 mxRuler.prototype.setUnit = function(unit) 538 mxRuler.prototype.formatText = function(pixels) 553 mxRuler.prototype.destroy = function() 573 …var rulerOffset = new mxPoint(mxRuler.prototype.RULER_THICKNESS, mxRuler.prototype.RULER_THICKNESS… 586 this.vRuler = new mxRuler(editorUi, unit, true); 587 this.hRuler = new mxRuler(editorUi, unit, false, true);
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 12171 …(k=0;k<e.length;k++)e[k].destroy();this.guidesArrHor=null}}})();function mxRuler(b,e,d,c){function… class 12182 …,m.guidePart.y3),m.guidePart=null}catch(C){}return b}}mxRuler.prototype.RULER_THICKNESS=14;mxRuler… 12183 mxRuler.prototype.setUnit=function(b){this.unit=b;this.drawRuler()};mxRuler.prototype.formatText=fu… 12184 mxRuler.prototype.destroy=function(){this.ui.refresh=this.editorUiRefresh;mxGuide.prototype.move=th… 12186 …mxRuler.prototype.RULER_THICKNESS,mxRuler.prototype.RULER_THICKNESS);this.editorUiGetDiagContOffse…
|