Lines Matching +defs:zoom +defs:reset
185 mxDragSource.prototype.reset=function(){null!=this.currentGraph&&(this.dragExit(this.currentGraph),… method in mxDragSource
243 …hanges>=this.autoSaveThreshold&&a>this.autoSaveThrottle?(this.save(),this.reset()):this.ignoredCha… method in mxAutoSaveManager
256 mxAbstractCanvas2D.prototype.reset=function(){this.state=this.createState();this.states=[]}; method in mxAbstractCanvas2D
306 mxSvgCanvas2D.prototype.reset=function(){mxAbstractCanvas2D.prototype.reset.apply(this,arguments);t… method in mxAbstractCanvas2D
1204 mxGraph.prototype.zoom=function(a,b){b=null!=b?b:this.centerZoom;var c=Math.round(this.view.scale*a… method in mxGraph
1396 mxGraphHandler.prototype.reset=function(){this.livePreviewUsed&&(this.resetLivePreview(),this.setHa… method in mxGraphHandler
1413 …=b&&(this.graph.zoomTo(b),mxEvent.consume(a))};mxPanningHandler.prototype.reset=function(){this.pa… method in mxPanningHandler
1423 …getMarkedState=function(){return this.markedState};mxCellMarker.prototype.reset=function(){this.va… method in mxCellMarker
1430 …ion(a){return null!=this.getHandler(a)};mxSelectionCellsHandler.prototype.reset=function(){this.ha… method in mxSelectionCellsHandler
1485 mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.destroy(),this.shape=n… method in mxConnectionHandler
1501 mxConstraintHandler.prototype.reset=function(){if(null!=this.focusIcons){for(var a=0;a<this.focusIc… method in mxConstraintHandler
1524 mxRubberband.prototype.reset=function(){if(null!=this.div)if(mxClient.IS_SVG&&(!mxClient.IS_IE||10<… method in mxRubberband
1536 mxHandle.prototype.reset=function(){this.setVisible(!0);this.state.style=this.graph.getCellStyle(th… method in mxHandle
1585 mxVertexHandler.prototype.reset=function(){null!=this.sizers&&null!=this.index&&null!=this.sizers[t… method in mxVertexHandler
1662 mxEdgeHandler.prototype.reset=function(){this.active&&this.refresh();this.snapPoint=this.points=thi… method in mxEdgeHandler
1719 mxTooltipHandler.prototype.reset=function(a,b,c){if(!this.ignoreTouchEvents||mxEvent.isMouseEvent(a… method in mxTooltipHandler