Lines Matching refs:mxConnectionHandler

1071 …)};mxGraph.prototype.createConnectionHandler=function(){return new mxConnectionHandler(this)};mxGr…
1437mxConnectionHandler(a,b){mxEventSource.call(this);null!=a&&(this.graph=a,this.factoryMethod=b,this… function
1438 mxConnectionHandler.prototype.connectImage=null;mxConnectionHandler.prototype.targetConnectImage=!1…
1439 mxConnectionHandler.prototype.connectIconOffset=new mxPoint(0,mxConstants.TOOLTIP_VERTICAL_OFFSET);
1440 mxConnectionHandler.prototype.insertBeforeSource=!1;mxConnectionHandler.prototype.isEnabled=functio…
1441 mxConnectionHandler.prototype.createShape=function(){var a=this.livePreview&&null!=this.edgeState?t…
1442 mxConnectionHandler.prototype.init=function(){this.graph.addMouseListener(this);this.marker=this.cr…
1444 mxConnectionHandler.prototype.isConnectableCell=function(a){return!0};
1445 mxConnectionHandler.prototype.createMarker=function(){var a=new mxCellMarker(this.graph);a.hotspotE…
1448 mxConnectionHandler.prototype.start=function(a,b,c,d){this.previous=a;this.first=new mxPoint(b,c);t…
1449 mxConnectionHandler.prototype.isValidTarget=function(a){return!0};mxConnectionHandler.prototype.val…
1450 mxConnectionHandler.prototype.createIcons=function(a){var b=this.getConnectImage(a);if(null!=b&&nul…
1452 mxConnectionHandler.prototype.redrawIcons=function(a,b){if(null!=a&&null!=a[0]&&null!=b){var c=this…
1453 mxConnectionHandler.prototype.getIconPosition=function(a,b){var c=this.graph.getView().scale,d=b.ge…
1454mxConnectionHandler.prototype.destroyIcons=function(){if(null!=this.icons){for(var a=0;a<this.icon…
1455 mxConnectionHandler.prototype.mouseDown=function(a,b){this.mouseDownCounter++;if(this.isEnabled()&&…
1457 mxConnectionHandler.prototype.isImmediateConnectSource=function(a){return!this.graph.isCellMovable(…
1458 mxConnectionHandler.prototype.isOutlineConnectEvent=function(a){var b=mxUtils.getOffset(this.graph.…
1460 mxConnectionHandler.prototype.updateCurrentState=function(a,b){this.constraintHandler.update(a,null…
1464 …ants.HIGHLIGHT_STROKEWIDTH/c/c,this.marker.highlight.repaint()))}};mxConnectionHandler.prototype.i…
1465 mxConnectionHandler.prototype.convertWaypoint=function(a){var b=this.graph.getView().getScale(),c=t…
1466 mxConnectionHandler.prototype.snapToPreview=function(a,b){if(!mxEvent.isAltDown(a.getEvent())&&null…
1467 mxConnectionHandler.prototype.mouseMove=function(a,b){if(b.isConsumed()||!this.ignoreMouseDown&&nul…
1475 mxConnectionHandler.prototype.updateEdgeState=function(a,b){null!=this.sourceConstraint&&null!=this…
1478 mxConnectionHandler.prototype.getTargetPerimeterPoint=function(a,b){var c=null,d=a.view,e=d.getPeri…
1479 mxConnectionHandler.prototype.getSourcePerimeterPoint=function(a,b,c){c=null;var d=a.view,e=d.getPe…
1480 mxConnectionHandler.prototype.updateIcons=function(a,b,c){};mxConnectionHandler.prototype.isStopEve…
1481 mxConnectionHandler.prototype.addWaypointForEvent=function(a){var b=mxUtils.convertPoint(this.graph…
1482 mxConnectionHandler.prototype.checkConstraints=function(a,b){return null==a||null==b||null==a.point…
1483 mxConnectionHandler.prototype.mouseUp=function(a,b){if(!b.isConsumed()&&this.isConnecting()){if(thi…
1485 mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.destroy(),this.shape=n…
1486 mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);null!=thi…
1487 mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1};
1488 mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.gr…
1492 …}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.s…
1493 mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return t…
1494 mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry…
1495 …Math.round(l));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.g…
1496 mxConnectionHandler.prototype.createEdge=function(a,b,c,d){var e=null;null!=this.factoryMethod&&(e=…
1497 mxConnectionHandler.prototype.destroy=function(){this.graph.removeMouseListener(this);null!=this.sh…