Lines Matching refs:mxOutline

1540mxOutline(a,b){this.source=a;null!=b&&this.init(b)}mxOutline.prototype.source=null;mxOutline.proto…  class
1541 mxOutline.prototype.opacity=mxClient.IS_IE11?.9:.7;
1542 mxOutline.prototype.init=function(a){this.container=a;this.updateHandler=mxUtils.bind(this,function…
1543mxOutline.prototype.isEnabled=function(){return this.enabled};mxOutline.prototype.setEnabled=funct…
1544 mxOutline.prototype.isScrolling=function(){return this.source.useScrollbarsForPanning&&mxUtils.hasS…
1545 mxOutline.prototype.createSvg=function(){var a=document.createElementNS(mxConstants.NS_SVG,"svg");a…
1546 mxOutline.prototype.addGestureListeners=function(a){var b=null,c=0,d=0,e=1,f=mxUtils.bind(this,func…
1549 …g,k);mxEvent.consume(a);b=null}});mxEvent.addGestureListeners(a,f,g,k)};mxOutline.prototype.getVie…
1550 mxOutline.prototype.updateSvg=function(){null==this.svg&&(this.svg=this.createSvg(),this.addGesture…
1551 mxOutline.prototype.updateDrawPane=function(){null!=this.drawPane&&this.drawPane.parentNode.removeC…
1552 mxOutline.prototype.processSvg=function(a){var b=mxClient.IS_IE11?Math.max(1,this.source.view.scale…
1554 mxOutline.prototype.updateViewport=function(){if(null!=this.svg){null==this.viewport&&(this.viewpor…
1555 mxOutline.prototype.createViewport=function(){var a=this.svg.ownerDocument.createElementNS(mxConsta…
1556 mxOutline.prototype.update=function(a){null!=this.source&&null!=this.source.container&&(null!=this.…
1557 mxOutline.prototype.destroy=function(){null!=this.svg&&(this.svg.parentNode.removeChild(this.svg),t…
2329 …():null!=d&&d()};EditorUi.prototype.createOutline=function(a){var b=new mxOutline(this.editor.grap…
2905 …Handler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerI…
12060 mxOutline.prototype.sizerImage=null;mxConstants.VERTEX_SELECTION_COLOR="#C0C0C0";mxConstants.EDGE_S…