Home
last modified time | relevance | path

Searched refs:getGeometry (Results 1 – 25 of 28) sorted by relevance

12

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js119 var geometry = model.getGeometry(cell);
158 var geometry = model.getGeometry(child);
188 var groupGeometry = model.getGeometry(groupCell);
196 var bounds = model.getGeometry(groupCell).clone();
214 var groupBounds = model.getGeometry(groupCell);
228 var geometry = model.getGeometry(child);
297 var geometry = model.getGeometry(cell);
361 var geometry = model.getGeometry(cell);
H A DmxWebColaAdaptor.js354 var bounds = model.getGeometry(cell);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DSchemaEditor.java66 tableTemplate.getGeometry().setAlternateBounds( in SchemaEditor()
93 v1.getGeometry().setAlternateBounds(new mxRectangle(0, 0, 140, 25)); in SchemaEditor()
96 v2.getGeometry().setAlternateBounds(new mxRectangle(0, 0, 140, 25)); in SchemaEditor()
H A DPort.java74 mxGeometry geo = graph.getModel().getGeometry(v1); in Port()
H A DGraphEditor.java618 mxGeometry geo = getModel().getGeometry(cell); in getToolTipForCell()
H A DGraphEditor.java.bak489 mxGeometry geo = getModel().getGeometry(cell);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php95 $geometry = $this->getGeometry();
106 protected function getGeometry() function in geoPHP\\Adapter\\WKB
247 $component = $this->getGeometry();
H A DTWKB.php97 $geometry = $this->getGeometry();
104 protected function getGeometry() function in geoPHP\\Adapter\\TWKB
301 $components[] = $this->getGeometry();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFeature.php51 public function getGeometry() function in Google\\Service\\SemanticTile\\Feature
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js218 var geo = graph.getModel().getGeometry(graph.rootCell);
247 var geo = graph.getModel().getGeometry(tmp);
265 var geo = graph.getModel().getGeometry(vertices[i]);
H A DedgeConnection.js19 var geo = this.graph.getModel().getGeometry(clone);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java265 mxRectangle bounds = (mxGeometry) cell.getGeometry().clone(); in addTemplate()
/plugin/openlayersmap/
H A Dscript.js412 return geoJsonStyle[feature.getGeometry().getType()];
463 return gpxJsonStyle[feature.getGeometry().getType()];
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js132 var geo = model.getGeometry(c);
1052 var pgeo = group.getGeometry();
1290 var geo = label.getGeometry();
1300 edge.getGeometry().offset = (lblOffset);
1406 var geo = label.getGeometry();
1422 edge.getGeometry().offset = (lblOffset);
1449 var pgeo = model.getGeometry(parent);
1686 var geo = cell.getGeometry();
11303 var geometry_3 = vertex.getGeometry();
11374 var geometry_4 = vertex.getGeometry();
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js542 …Ancestor(this.parent,a))for(var d=c.getGeometry(a);a!=this.parent;)b.x+=d.x,b.y+=d.y,a=c.getParent…
543 …ype.setEdgePoints=function(a,b){if(null!=a){var c=this.graph.model,d=c.getGeometry(a);null==d?(d=n…
552 mxStackLayout.prototype.getParentSize=function(a){var b=this.graph.getModel(),c=b.getGeometry(a);nu…
614 …this.graph.getView(),d=this.graph.getModel(),e=d.getGeometry(c.getVisibleTerminal(b,!0)),d=d.getGe…
748getGeometry(a);if(null!=d){var e=this.getOrigin(this.getParent(a)),f=this.getOrigin(c),g=f.x-e.x,e…
760 …l.prototype.getGeometry=function(a){return null!=a?a.getGeometry():null};mxGraphModel.prototype.se… method in mxGraphModel
1144 mxGraph.prototype.swapBounds=function(a,b){if(null!=a){var c=this.model.getGeometry(a);null!=c&&(c=…
1173 mxGraph.prototype.resetEdge=function(a){var b=this.model.getGeometry(a);null!=b&&null!=b.points&&0<…
1213 mxGraph.prototype.getCellGeometry=function(a){return this.model.getGeometry(a)};mxGraph.prototype.i…
1370 …rn null!=this.graph.view.getState(a)&&b.isVertex(a)&&null!=b.getGeometry(a)&&!b.getGeometry(a).rel…
[all …]
/plugin/ol3/
H A Dscript.js8getGeometry();r&&t.setGeometry(r.clone());var n=this.getStyle();return n&&t.setStyle(n),t},e.proto… method in t
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php800 public function getGeometry() { function in Google_Geometry
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1655 var geo = graph.getModel().getGeometry(cell);
H A DMenus.js1580 var geo = graph.getModel().getGeometry(cell);
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js746 …Ancestor(this.parent,a))for(var d=c.getGeometry(a);a!=this.parent;)b.x+=d.x,b.y+=d.y,a=c.getParent…
747 …ype.setEdgePoints=function(a,b){if(null!=a){var c=this.graph.model,d=c.getGeometry(a);null==d?(d=n…
756 mxStackLayout.prototype.getParentSize=function(a){var b=this.graph.getModel(),c=b.getGeometry(a);nu…
818 …this.graph.getView(),d=this.graph.getModel(),e=d.getGeometry(c.getVisibleTerminal(b,!0)),d=d.getGe…
952getGeometry(a);if(null!=d){var e=this.getOrigin(this.getParent(a)),f=this.getOrigin(c),g=f.x-e.x,e…
964 …l.prototype.getGeometry=function(a){return null!=a?a.getGeometry():null};mxGraphModel.prototype.se… method in mxGraphModel
1348 mxGraph.prototype.swapBounds=function(a,b){if(null!=a){var c=this.model.getGeometry(a);null!=c&&(c=…
1377 mxGraph.prototype.resetEdge=function(a){var b=this.model.getGeometry(a);null!=b&&null!=b.points&&0<…
1417 mxGraph.prototype.getCellGeometry=function(a){return this.model.getGeometry(a)};mxGraph.prototype.i…
1574 …rn null!=this.graph.view.getState(a)&&b.isVertex(a)&&null!=b.getGeometry(a)&&!b.getGeometry(a).rel…
[all …]
H A Dapp.min.js780 …Ancestor(this.parent,a))for(var d=c.getGeometry(a);a!=this.parent;)b.x+=d.x,b.y+=d.y,a=c.getParent…
781 …ype.setEdgePoints=function(a,b){if(null!=a){var c=this.graph.model,d=c.getGeometry(a);null==d?(d=n…
790 mxStackLayout.prototype.getParentSize=function(a){var b=this.graph.getModel(),c=b.getGeometry(a);nu…
852 …this.graph.getView(),d=this.graph.getModel(),e=d.getGeometry(c.getVisibleTerminal(b,!0)),d=d.getGe…
986getGeometry(a);if(null!=d){var e=this.getOrigin(this.getParent(a)),f=this.getOrigin(c),g=f.x-e.x,e…
998 …l.prototype.getGeometry=function(a){return null!=a?a.getGeometry():null};mxGraphModel.prototype.se… method in mxGraphModel
1382 mxGraph.prototype.swapBounds=function(a,b){if(null!=a){var c=this.model.getGeometry(a);null!=c&&(c=…
1411 mxGraph.prototype.resetEdge=function(a){var b=this.model.getGeometry(a);null!=b&&null!=b.points&&0<…
1451 mxGraph.prototype.getCellGeometry=function(a){return this.model.getGeometry(a)};mxGraph.prototype.i…
1608 …rn null!=this.graph.view.getState(a)&&b.isVertex(a)&&null!=b.getGeometry(a)&&!b.getGeometry(a).rel…
[all …]
H A Dviewer-static.min.js746 …Ancestor(this.parent,a))for(var d=c.getGeometry(a);a!=this.parent;)b.x+=d.x,b.y+=d.y,a=c.getParent…
747 …ype.setEdgePoints=function(a,b){if(null!=a){var c=this.graph.model,d=c.getGeometry(a);null==d?(d=n…
756 mxStackLayout.prototype.getParentSize=function(a){var b=this.graph.getModel(),c=b.getGeometry(a);nu…
818 …this.graph.getView(),d=this.graph.getModel(),e=d.getGeometry(c.getVisibleTerminal(b,!0)),d=d.getGe…
952getGeometry(a);if(null!=d){var e=this.getOrigin(this.getParent(a)),f=this.getOrigin(c),g=f.x-e.x,e…
964 …l.prototype.getGeometry=function(a){return null!=a?a.getGeometry():null};mxGraphModel.prototype.se… method in mxGraphModel
1348 mxGraph.prototype.swapBounds=function(a,b){if(null!=a){var c=this.model.getGeometry(a);null!=c&&(c=…
1377 mxGraph.prototype.resetEdge=function(a){var b=this.model.getGeometry(a);null!=b&&null!=b.points&&0<…
1417 mxGraph.prototype.getCellGeometry=function(a){return this.model.getGeometry(a)};mxGraph.prototype.i…
1574 …rn null!=this.graph.view.getState(a)&&b.isVertex(a)&&null!=b.getGeometry(a)&&!b.getGeometry(a).rel…
[all …]
H A Dextensions.min.js1127 …for(n=k.getGeometry(),g=n.width/2,n=n.height/2,w=0;w<k.getChildCount();w++)e=k.getChildAt(w),f.mxg…
1133 …graph.io.vsdx.ShapePageId(a,n.getId()));if(null!=w){var e=d.getModel().getGeometry(w);null!=e&&(c=…
1136 …(B.setStyle(B.getStyle()+";rotation="+(60<F&&240>F?(F+180)%360:F)),B=B.getGeometry(),B.x=0,B.y=0,B…
1137getGeometry().offset=F,null!=m&&d.setConnectionConstraint(y,q,!0,new mxConnectionConstraint(m,!1))…
1138getGeometry(y),d=n.getControlPoints(c),B.points=d);this.processEdgeGeo(n,y);return g};k.prototype.…
1139 …(m.setStyle(m.getStyle()+";rotation="+(60<y&&240>y?(y+180)%360:y)),y=m.getGeometry(),y.x=0,y.y=0,y…
1140 …blEdgeOffset(d.getView(),e),g.getGeometry().offset=y;this.rotateChildEdge(d.getModel(),b,n,w,e);b=…
1141getGeometry(g),d=a.getControlPoints(c),b.points=d);this.processEdgeGeo(a,g);return g};k.prototype.…
1523 …).item(0),d=d.hasAttribute("F")?d.getAttribute("F"):d.textContent);e=a.getGeometry();c=c.split("Wi…
1527 m-m*d);a.getGeometry().offset=c}};b.prototype.getForm=function(){var a={};if(this.isVertex())try{va…
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map

12