Searched refs:mxDualRuler (Results 1 – 4 of 4) sorted by relevance
571 function mxDualRuler(editorUi, unit) class644 mxDualRuler.prototype.updateStyle = function()652 mxDualRuler.prototype.setUnit = function(unit) 658 mxDualRuler.prototype.setStyle = function(newStyle)664 mxDualRuler.prototype.destroy = function()
248 editorUi.ruler = new mxDualRuler(editorUi, editorUi.editor.graph.view.unit);
9677 this.ruler = (showRuler) ? new mxDualRuler(this, view.unit) : null;
11798 …erOn());mxSettings.save();null!=c.ruler?(c.ruler.destroy(),c.ruler=null):c.ruler=new mxDualRuler(c,12186 function mxDualRuler(b,e){var d=new mxPoint(mxRuler.prototype.RULER_THICKNESS,mxRuler.prototype.RUL… class12188 …this.vRuler.container);this.vRuler.drawRuler();this.hRuler.drawRuler()}mxDualRuler.prototype.updat…12189 mxDualRuler.prototype.setUnit=function(b){this.vRuler.setUnit(b);this.hRuler.setUnit(b)};mxDualRule…