Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
DEmbed.js350 this.startY = me.getGraphY();
359 var dy = Math.abs(this.startY - me.getGraphY());
370 graph.intersects(this.currentState, me.getGraphX(), me.getGraphY()))
DGraphViewer.js1249 this.startY = me.getGraphY();
1261 Math.abs(this.startY - me.getGraphY()) < tol))
/plugin/diagramsnet/lib/js/
Dembed.dev.js350 this.startY = me.getGraphY();
359 var dy = Math.abs(this.startY - me.getGraphY());
370 graph.intersects(this.currentState, me.getGraphX(), me.getGraphY()))
Dviewer.min.js316 …ototype.getGraphX=function(){return this.graphX};mxMouseEvent.prototype.getGraphY=function(){retur… method in mxMouseEvent
1292 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1295 ….marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY()),this.connecti…
1498 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1499 …ss?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTouchY=b.getGraphY(),
1500 …tialTouchX-b.getGraphX())<this.tolerance&&Math.abs(this.initialTouchY-b.getGraphY())<this.toleranc…
1586 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1599 …s.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY()):this.moveCell…
1621 …tEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=b.getGraphY(),this.screenX=m…
1631 …{return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),this.hotspot,m…
[all …]
Dviewer-static.min.js316 …ototype.getGraphX=function(){return this.graphX};mxMouseEvent.prototype.getGraphY=function(){retur… method in mxMouseEvent
1292 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1295 ….marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY()),this.connecti…
1498 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1499 …ss?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTouchY=b.getGraphY(),
1500 …tialTouchX-b.getGraphX())<this.tolerance&&Math.abs(this.initialTouchY-b.getGraphY())<this.toleranc…
1586 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1599 …s.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY()):this.moveCell…
1621 …tEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=b.getGraphY(),this.screenX=m…
1631 …{return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),this.hotspot,m…
[all …]
Dapp.min.js350 …ototype.getGraphX=function(){return this.graphX};mxMouseEvent.prototype.getGraphY=function(){retur… method in mxMouseEvent
1326 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1329 ….marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY()),this.connecti…
1532 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1533 …ss?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTouchY=b.getGraphY(),
1534 …tialTouchX-b.getGraphX())<this.tolerance&&Math.abs(this.initialTouchY-b.getGraphY())<this.toleranc…
1620 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1633 …s.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY()):this.moveCell…
1655 …tEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=b.getGraphY(),this.screenX=m…
1665 …{return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),this.hotspot,m…
[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);
468 Math.abs(start.point.y - me.getGraphY()) > tol)
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());
653 var box = new mxRectangle(me.getGraphX() - 1, me.getGraphY() - 1);
[all …]
DEditorUi.js1291 ui.showShapePicker(me.getGraphX(), me.getGraphY(), temp, mxUtils.bind(this, function(cell)
2580 this.startY = me.getGraphY();
2592 Math.abs(this.startY - me.getGraphY()) < tol))
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js1195 me.getGraphY() - tol, 2 * tol, 2 * tol);
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js112 …ototype.getGraphX=function(){return this.graphX};mxMouseEvent.prototype.getGraphY=function(){retur… method in mxMouseEvent
1088 (c=this.getSwimlaneAt(a.getGraphX(),a.getGraphY()),!(null==c||this.isToggleEvent(b)&&mxEvent.isAltD…
1091 ….marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY()),this.connecti…
1294 !mxEvent.isMultiTouchEvent(b.getEvent))this.scrollPointToVisible(b.getGraphX(),b.getGraphY(),this.a…
1295 …ss?(this.tapAndHoldInProgress=!0,this.initialTouchX=b.getGraphX(),this.initialTouchY=b.getGraphY(),
1296 …tialTouchX-b.getGraphX())<this.tolerance&&Math.abs(this.initialTouchY-b.getGraphY())<this.toleranc…
1382 g)?g:c.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(a,b,c){retur…
1395 …s.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGraphY()):this.moveCell…
1417 …tEvent())&&(this.hideMenu(),this.triggerX=b.getGraphX(),this.triggerY=b.getGraphY(),this.screenX=m…
1427 …{return this.hotspotEnabled?mxUtils.intersectsHotspot(a,b.getGraphX(),b.getGraphY(),this.hotspot,m…
[all …]