Home
last modified time | relevance | path

Searched refs:getGraphX (Results 1 – 10 of 10) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DEmbed.js349 this.startX = me.getGraphX();
358 var dx = Math.abs(this.startX - me.getGraphX());
370 graph.intersects(this.currentState, me.getGraphX(), me.getGraphY()))
DGraphViewer.js1248 this.startX = me.getGraphX();
1260 (Math.abs(this.startX - me.getGraphX()) < tol &&
/plugin/diagramsnet/lib/js/
Dembed.dev.js349 this.startX = me.getGraphX();
358 var dx = Math.abs(this.startX - me.getGraphX());
370 graph.intersects(this.currentState, me.getGraphX(), me.getGraphY()))
Dviewer.min.js316 …on(){return mxEvent.getClientY(this.getEvent())};mxMouseEvent.prototype.getGraphX=function(){retur… method in mxMouseEvent
1292 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1295 this.connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGr…
1498 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1499 …tapAndHoldInProgress?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTo…
1500 …is.tapAndHoldValid&&(this.tapAndHoldValid=Math.abs(this.initialTouchX-b.getGraphX())<this.toleranc…
1586 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1599 …itTarget(g,this.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY())…
1621 …Event.isMultiTouchEvent(b.getEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=…
1631 …=function(a,b){return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),…
[all …]
Dviewer-static.min.js316 …on(){return mxEvent.getClientY(this.getEvent())};mxMouseEvent.prototype.getGraphX=function(){retur… method in mxMouseEvent
1292 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1295 this.connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGr…
1498 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1499 …tapAndHoldInProgress?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTo…
1500 …is.tapAndHoldValid&&(this.tapAndHoldValid=Math.abs(this.initialTouchX-b.getGraphX())<this.toleranc…
1586 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1599 …itTarget(g,this.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY())…
1621 …Event.isMultiTouchEvent(b.getEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=…
1631 …=function(a,b){return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),…
[all …]
Dapp.min.js350 …on(){return mxEvent.getClientY(this.getEvent())};mxMouseEvent.prototype.getGraphX=function(){retur… method in mxMouseEvent
1326 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1329 this.connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGr…
1532 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1533 …tapAndHoldInProgress?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTo…
1534 …is.tapAndHoldValid&&(this.tapAndHoldValid=Math.abs(this.initialTouchX-b.getGraphX())<this.toleranc…
1620 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1633 …itTarget(g,this.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY())…
1655 …Event.isMultiTouchEvent(b.getEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=…
1665 …=function(a,b){return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js336 start.point = new mxPoint(me.getGraphX(), me.getGraphY());
342 mxUtils.contains(state.text.boundingBox, me.getGraphX(), me.getGraphY()))
363 var box = new mxRectangle(me.getGraphX() - 1, me.getGraphY() - 1);
395 handler.start(me.getGraphX(), me.getGraphY(), handle);
427 handler.start(me.getGraphX(), me.getGraphY(), handle);
467 if (Math.abs(start.point.x - me.getGraphX()) > tol ||
563 handler.start(me.getGraphX(), me.getGraphX(), handle);
616 var box = new mxRectangle(me.getGraphX(), me.getGraphY());
623 mxUtils.contains(state.text.boundingBox, me.getGraphX(), me.getGraphY()))
640 var idx = mxUtils.findNearestSegment(state, me.getGraphX(), me.getGraphY());
[all …]
DEditorUi.js1291 ui.showShapePicker(me.getGraphX(), me.getGraphY(), temp, mxUtils.bind(this, function(cell)
2579 this.startX = me.getGraphX();
2591 (Math.abs(this.startX - me.getGraphX()) < tol &&
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js1194 var tmp = new mxRectangle(me.getGraphX() - tol,
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js112 …on(){return mxEvent.getClientY(this.getEvent())};mxMouseEvent.prototype.getGraphX=function(){retur… method in mxMouseEvent
1088 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1091 this.connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGr…
1294 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1295 …tapAndHoldInProgress?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTo…
1296 …is.tapAndHoldValid&&(this.tapAndHoldValid=Math.abs(this.initialTouchX-b.getGraphX())<this.toleranc…
1382 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1395 …itTarget(g,this.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY())…
1417 …Event.isMultiTouchEvent(b.getEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=…
1427 …=function(a,b){return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),…
[all …]