Searched refs:mxEdgeHandler (Results 1 – 10 of 10) sorted by relevance
7247 mxEdgeHandler.prototype.snapToTerminals = true; class12481 mxEdgeHandler.prototype.virtualBendsEnabled = true;12482 mxEdgeHandler.prototype.mergeRemoveEnabled = true;12483 mxEdgeHandler.prototype.manageLabelHandle = true;12484 mxEdgeHandler.prototype.outlineConnect = true;12508 mxEdgeHandler.prototype.tolerance = 12;13164 var edgeHandlerInit = mxEdgeHandler.prototype.init;13165 mxEdgeHandler.prototype.init = function()13359 mxEdgeHandler.prototype.redrawHandles = function()13384 mxEdgeHandler.prototype.reset = function()[all …]
1491 if (handler instanceof mxEdgeHandler)
1555 if (handler instanceof mxEdgeHandler && handler.bends != null && handler.bends.length > 2)
6267 mxEdgeHandler.prototype.createCustomHandles = function() class
1609 …mxEdgeHandler(a){null!=a&&null!=a.shape&&(this.state=a,this.init(),this.escapeHandler=mxUtils.bind… function1610 mxEdgeHandler.prototype.shape=null;mxEdgeHandler.prototype.bends=null;mxEdgeHandler.prototype.label…1611 mxEdgeHandler.prototype.parentHighlightEnabled=!1;mxEdgeHandler.prototype.preferHtml=!1;mxEdgeHandl…1615 …mxEdgeHandler.prototype.isParentHighlightVisible=mxVertexHandler.prototype.isParentHighlightVisibl…1617 mxEdgeHandler.prototype.isRemovePointEvent=function(a){return mxEvent.isShiftDown(a)};mxEdgeHandler…1619 mxEdgeHandler.prototype.isSelectionDashed=function(){return mxConstants.EDGE_SELECTION_DASHED};mxEd…1631 d)}return b};mxEdgeHandler.prototype.isAddVirtualBendEvent=function(a){return!0};mxEdgeHandler.prot…1635 …mxEdgeHandler.prototype.clonePreviewState=function(a,b){return this.state.clone()};mxEdgeHandler.p…1636 mxEdgeHandler.prototype.isSnapToTerminalsEvent=function(a){return this.snapToTerminals&&!mxEvent.is…1685 …pendChild(this.labelShape.node))};mxEdgeHandler.prototype.isDestroyed=function(){return null==this…[all …]
1813 …mxEdgeHandler(a){null!=a&&null!=a.shape&&(this.state=a,this.init(),this.escapeHandler=mxUtils.bind… class1814 mxEdgeHandler.prototype.shape=null;mxEdgeHandler.prototype.bends=null;mxEdgeHandler.prototype.label…1815 mxEdgeHandler.prototype.parentHighlightEnabled=!1;mxEdgeHandler.prototype.preferHtml=!1;mxEdgeHandl…1823 mxEdgeHandler.prototype.isSelectionDashed=function(){return mxConstants.EDGE_SELECTION_DASHED};mxEd…1835 d)}return b};mxEdgeHandler.prototype.isAddVirtualBendEvent=function(a){return!0};mxEdgeHandler.prot…1839 …mxEdgeHandler.prototype.clonePreviewState=function(a,b){return this.state.clone()};mxEdgeHandler.p…1889 …pendChild(this.labelShape.node))};mxEdgeHandler.prototype.isDestroyed=function(){return null==this…2649 …mxEdgeHandler.prototype.mouseMove;mxEdgeHandler.prototype.mouseMove=function(b,d){J.apply(this,arg…2656 mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.termina…2659 …mxEdgeHandler.prototype.parentHighlightEnabled=!0;mxEdgeHandler.prototype.dblClickRemoveEnabled=!0…[all …]
1847 …mxEdgeHandler(a){null!=a&&null!=a.shape&&(this.state=a,this.init(),this.escapeHandler=mxUtils.bind… class1848 mxEdgeHandler.prototype.shape=null;mxEdgeHandler.prototype.bends=null;mxEdgeHandler.prototype.label…1849 mxEdgeHandler.prototype.parentHighlightEnabled=!1;mxEdgeHandler.prototype.preferHtml=!1;mxEdgeHandl…1857 mxEdgeHandler.prototype.isSelectionDashed=function(){return mxConstants.EDGE_SELECTION_DASHED};mxEd…1869 d)}return b};mxEdgeHandler.prototype.isAddVirtualBendEvent=function(a){return!0};mxEdgeHandler.prot…1873 …mxEdgeHandler.prototype.clonePreviewState=function(a,b){return this.state.clone()};mxEdgeHandler.p…1923 …pendChild(this.labelShape.node))};mxEdgeHandler.prototype.isDestroyed=function(){return null==this…2898 …mxEdgeHandler.prototype.mouseMove;mxEdgeHandler.prototype.mouseMove=function(a,b){Z.apply(this,arg…2905 mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.termina…2908 …mxEdgeHandler.prototype.parentHighlightEnabled=!0;mxEdgeHandler.prototype.dblClickRemoveEnabled=!0…[all …]
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
1429 var edgeHandleConnect = mxEdgeHandler.prototype.connect;1430 mxEdgeHandler.prototype.connect = function(edge, terminal, isSource, isClone, me) class