Home
last modified time | relevance | path

Searched refs:geometry (Results 76 – 100 of 100) sorted by relevance

1234

/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js750 linkCell.geometry.x = pt.x;
751 linkCell.geometry.y = pt.y;
1629 cells[0].geometry.x = pt.x;
1630 cells[0].geometry.y = pt.y;
H A DEditorUi.js1500 …bar.createThumb([cell], 25, 25, node, null, true, false, cell.geometry.width, cell.geometry.height…
1512 clone.geometry.x = graph.snap(Math.round(x / graph.view.scale) -
1513 graph.view.translate.x - cell.geometry.width / 2);
1514 clone.geometry.y = graph.snap(Math.round(y / graph.view.scale) -
1515 graph.view.translate.y - cell.geometry.height / 2);
H A DFormat.js6232 e1.geometry.points = [new mxPoint(32, 70)];
6233 e1.geometry.offset = new mxPoint(0, 8);
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js2060 dx += tableCell.geometry.width + 40;
2088 … tableCell.geometry.width = Math.min(320, Math.max(tableCell.geometry.width, size.width + 30));
2092 tableCell.geometry.height += 30;
2138 x0 += listCell.geometry.width + 40;
2144 listCell.geometry.height += divider.geometry.height;
2159 listCell.geometry.width = Math.max(listCell.geometry.width, field.geometry.width);
2160 listCell.geometry.height += field.geometry.height;
2255 cells[i].geometry.width = Math.max(cells[i].geometry.width, size.width);
2256 cells[i].geometry.height = Math.max(cells[i].geometry.height, size.height);
9814 targetCell.geometry.x = pt.x;
[all …]
H A DEditorUi.js7996 cell.geometry.width = size.width;
7997 cell.geometry.height = size.height;
8007 cell.geometry.width += graph.gridSize;
8008 cell.geometry.height += graph.gridSize;
13217 cell.geometry.x = originX + parseFloat(cell.getAttribute(left));
13222 cell.geometry.y = originY + parseFloat(cell.getAttribute(top));
13233 cell.geometry.width = (width == 'auto' || widthValue == 'auto') ?
13241 cell.geometry.height = parseFloat(heightValue);
13249 y += cell.geometry.height + nodespacing;
13364 el.geometry.relative = true;
[all …]
H A DMenus.js2984 cell.geometry.x = pt.x;
2985 cell.geometry.y = pt.y;
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2geometry;void 0!==e&&(null===e.boundingBox&&e.computeBoundingBox(),Rt.copy(e.boundingBox),Rt.apply…
/plugin/schedule/lib/
H A DscheduleCitiesMap.js104 geometry: new ol.geom.Point (scheduleGetCoordFromLocation ([lat, lon])),
/plugin/openlayersmap/
H A Dscript.js261 geometry: new ol.geom.Point(ol.proj.fromLonLat([p.lon, p.lat])),
/plugin/ol3/
H A Dscript.js8geometry)})),l}},e.prototype.forEachLayerAtPixel=function(t,e,r,i,o){return n()},e.prototype.hasFe… property in e.writePolygonGeometry_.u
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js98 this.xmGeo = cellState.cell.geometry;
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js920 …rchicalLayout.prototype.isPort=function(a){return null!=a&&null!=a.geometry?a.geometry.relative:!1…
951 …ll!=c.geometry&&c.geometry.relative;)c=this.getParent(c);for(;null!=d&&this.ignoreRelativeEdgePare…
984 …rototype.getGeometry=function(){return this.geometry};mxCell.prototype.setGeometry=function(a){thi…
1693 …nt(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.
1694 …his.edgeState.cell.geometry);m=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(l=a;null!=l.p…
2176geometry.width,d.geometry.height);mxEvent.addListener(e,"click",function(){var f=q.cloneCell(d);if…
2418geometry.relative&&this.model.isEdge(b.parent))return[];for(;b.geometry.relative&&this.model.isVer…
2419geometry.width/2,q.y+=l.geometry.height+e):(q.x=c==mxConstants.DIRECTION_WEST?q.x-e:q.x+(l.geometr…
2421 …-=b.geometry.height/2:c==mxConstants.DIRECTION_SOUTH?q.y+=b.geometry.height/2:q.x=c==mxConstants.D…
2565geometry.relative=!0;c.connectable=!1;var e=this.view.getRelativePoint(f,b,d);c.geometry.x=Math.ro…
[all …]
H A Dviewer-static.min.js920 …rchicalLayout.prototype.isPort=function(a){return null!=a&&null!=a.geometry?a.geometry.relative:!1…
951 …ll!=c.geometry&&c.geometry.relative;)c=this.getParent(c);for(;null!=d&&this.ignoreRelativeEdgePare…
984 …rototype.getGeometry=function(){return this.geometry};mxCell.prototype.setGeometry=function(a){thi…
1693 …nt(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.
1694 …his.edgeState.cell.geometry);m=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(l=a;null!=l.p…
2176geometry.width,d.geometry.height);mxEvent.addListener(e,"click",function(){var f=q.cloneCell(d);if…
2418geometry.relative&&this.model.isEdge(b.parent))return[];for(;b.geometry.relative&&this.model.isVer…
2419geometry.width/2,q.y+=l.geometry.height+e):(q.x=c==mxConstants.DIRECTION_WEST?q.x-e:q.x+(l.geometr…
2421 …-=b.geometry.height/2:c==mxConstants.DIRECTION_SOUTH?q.y+=b.geometry.height/2:q.x=c==mxConstants.D…
2565geometry.relative=!0;c.connectable=!1;var e=this.view.getRelativePoint(f,b,d);c.geometry.x=Math.ro…
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js29 ….shape.node,100*d/10);else{var n=a.getView().scale,p=(l.geometry.x-l.previous.x)*n,q=(l.geometry.y-
30 l.previous.y)*n,r=(l.geometry.width-l.previous.width)*n,n=(l.geometry.height-l.previous.height)*n;0…
697 …el.getParent(y)==p&&(t=k.view.getState(y),t=null!=t?t.x:p.geometry.x+a.source.width*y.geometry.x);…
699 …el.getParent(r)==p&&(t=k.view.getState(r),t=null!=t?t.x:p.geometry.x+a.target.width*r.geometry.x),…
716 …rchicalLayout.prototype.isPort=function(a){return null!=a&&null!=a.geometry?a.geometry.relative:!1…
747 …ll!=c.geometry&&c.geometry.relative;)c=this.getParent(c);for(;null!=d&&this.ignoreRelativeEdgePare…
780 …rototype.getGeometry=function(){return this.geometry};mxCell.prototype.setGeometry=function(a){thi…
1078 …eof mxTerminalChange||null==a.previous&&null!=a.geometry||null!=a.previous&&!a.previous.equals(a.g…
1130 …,b,c,d,e,f){a=new mxCell(c,new mxGeometry,f);a.setId(b);a.setEdge(!0);a.geometry.relative=!0;retur…
1489 …nt(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.
[all …]
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/c3chart/assets/
H A Dd3.min.js2geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++r<i;)Sn(e[r].g…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4 …ture:function(n,t){ht(n.geometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,i=e…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1geometry,e)},FeatureCollection:function(t,e){for(var n=t.features,r=-1,i=n.length;++r<i;)Bc(n[r].g…
H A Dmermaid.min.js.map1geometry","transformPolygon","transformRing","transformPoint","resize","cellSize","DragEvent","sub…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6geometry,e)},FeatureCollection:function(t,e){for(var n=t.features,r=-1,i=n.length;++r<i;)Dc(n[r].g…
/plugin/flowcharts/
H A Dmermaid.min.js1geometry,e)},FeatureCollection:function(t,e){for(var n=t.features,r=-1,i=n.length;++r<i;)Lu(n[r].g…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1geometry-box> ] | none\",\n \"relevance\": 55,\n \"references\": [\n …
H A Dbundle.js.map1geometry) {\n geometry.value *= Math.pow(2, -2 * k); // Density in points per square pixel.\n …

1234