Home
last modified time | relevance | path

Searched refs:fromUnit (Results 1 – 2 of 2) sorted by last modified time

/plugin/diagramsnet/lib/js/
H A Dapp.min.js3040 BaseFormatPanel.prototype.fromUnit=function(a){switch(this.editorUi.editor.graph.view.unit){case mx…
3045 …urn e.setTableColumnWidth(d,c-a.width,!0),!0;0<a.width&&(c=Math.max(1,b.fromUnit(c)),t.checked&&(a…
3046 …return e.setTableRowHeight(d,c-a.height),!0;0<a.height&&(c=Math.max(1,b.fromUnit(c)),t.checked&&(a…
3049 …andler(x,function(a,c){c=b.fromUnit(c);a.relative?a.offset.x=c:a.x=c});n=this.addGeometryHandler(z…
3231 …on b(a){var b=d.isFloatUnit()?parseFloat(f.value):parseInt(f.value),b=d.fromUnit(Math.max(d.inUnit…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js2397 BaseFormatPanel.prototype.fromUnit = function(value) method in BaseFormatPanel
2542 var value = Math.max(1, panel.fromUnit(value));
2568 var value = Math.max(1, panel.fromUnit(value));
2663 value = panel.fromUnit(value);
2676 value = panel.fromUnit(value);
6823 value = fPanel.fromUnit(Math.max(fPanel.inUnit(1), (isNaN(value)) ? fPanel.inUnit(10) : value));