Lines Matching refs:mxOutline

1506mxOutline(a,b){this.source=a;null!=b&&this.init(b)}mxOutline.prototype.source=null;mxOutline.proto…  class
1507 mxOutline.prototype.opacity=mxClient.IS_IE11?.9:.7;
1508 mxOutline.prototype.init=function(a){this.container=a;this.updateHandler=mxUtils.bind(this,function…
1509mxOutline.prototype.isEnabled=function(){return this.enabled};mxOutline.prototype.setEnabled=funct…
1510 mxOutline.prototype.isScrolling=function(){return this.source.useScrollbarsForPanning&&mxUtils.hasS…
1511 mxOutline.prototype.createSvg=function(){var a=document.createElementNS(mxConstants.NS_SVG,"svg");a…
1512 mxOutline.prototype.addGestureListeners=function(a){var b=null,c=0,d=0,e=1,f=mxUtils.bind(this,func…
1515 …g,k);mxEvent.consume(a);b=null}});mxEvent.addGestureListeners(a,f,g,k)};mxOutline.prototype.getVie…
1516 mxOutline.prototype.updateSvg=function(){null==this.svg&&(this.svg=this.createSvg(),this.addGesture…
1517 mxOutline.prototype.updateDrawPane=function(){null!=this.drawPane&&this.drawPane.parentNode.removeC…
1518 mxOutline.prototype.processSvg=function(a){var b=mxClient.IS_IE11?Math.max(1,this.source.view.scale…
1520 mxOutline.prototype.updateViewport=function(){if(null!=this.svg){null==this.viewport&&(this.viewpor…
1521 mxOutline.prototype.createViewport=function(){var a=this.svg.ownerDocument.createElementNS(mxConsta…
1522 mxOutline.prototype.update=function(a){null!=this.source&&null!=this.source.container&&(null!=this.…
1523 mxOutline.prototype.destroy=function(){null!=this.svg&&(this.svg.parentNode.removeChild(this.svg),t…
2295 …():null!=e&&e()};EditorUi.prototype.createOutline=function(b){var c=new mxOutline(this.editor.grap…
2656 …Handler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerI…