Home
last modified time | relevance | path

Searched refs:geo2 (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js2439 var geo2 = graph.getCellGeometry(targets[dropCellIndex]);
2512 dx = geo2.x;
2513 dy = geo2.y;
2556 geo2 = graph.getCellGeometry(targets[dropCellIndex]);
2557 dx = geo.x - Math.round(geo2.x);
2558 dy = geo.y - Math.round(geo2.y);
2559 geo.x = Math.round(geo2.x);
2560 geo.y = Math.round(geo2.y);
2605 var geo2 = graph.getCellGeometry(target);
2607 if (geo != null && geo2 != null)
[all …]
DGraph.js8011 var geo2 = this.getCellGeometry(sourceCols[j]);
8013 if (geo != null && geo2 != null)
8015 geo2 = geo2.clone();
8016 geo2.width = geo.width;
8018 this.model.setGeometry(sourceCols[j], geo2);
/plugin/jdraw/src/com/mxgraph/examples/swing/
DPort.java89 mxGeometry geo2 = new mxGeometry(1.0, 0.5, PORT_DIAMETER, in Port() local
91 geo2.setOffset(new mxPoint(-PORT_RADIUS, -PORT_RADIUS)); in Port()
92 geo2.setRelative(true); in Port()
94 mxCell port2 = new mxCell(null, geo2, in Port()
/plugin/jdraw/lib/
Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...