Home
last modified time | relevance | path

Searched refs:isVertex (Results 1 – 25 of 39) sorted by relevance

12

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js118 if (cell.isVertex()) {
154 if (child.isVertex())
224 if (child.isVertex())
289 if (cell.isVertex() && this.layout.isLeafOrCollapsed(cell))
310 if (model.isVertex(cell))
358 if (cell.isVertex() && !this.layout.isLeafOrCollapsed(cell))
369 if (model.isVertex(cell))
H A DmxWebColaAdaptor.js359 if (cell.isVertex() && this.isLeafOrCollapsed(cell) && activeVertices[cell.id])
430 if (!cell.isVertex() || !this.isLeafOrCollapsed(cell))
433 if (parent.isVertex())
569 if (cell.isVertex())
670 if (cell.isVertex())
692 if (child.isVertex())
719 if (!cell.isVertex() || !activeVertices[cell])
758 if (!cell.isVertex())
796 if (cell.isVertex())
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js19 if (graph.model.isVertex(graph.getSelectionCell()))
106 if (this.model.isVertex(cell))
186 if (graph.getModel().isVertex(cell))
207 if (tmp != graph.rootCell && graph.getModel().isVertex(tmp))
239 if (tmp != graph.rootCell && graph.getModel().isVertex(tmp) &&
361 if (ui.editor.graph.model.isVertex(me.getCell()) &&
H A Dnumber.js36 if (recurse && state != null && graph.model.isVertex(state.cell) &&
52 if (enabled && numbered && graph.model.isVertex(state.cell) &&
H A Dvoice.js923 if (graph.getModel().isVertex(cell) && geo != null)
959 if (graph.getModel().isVertex(cell) && geo != null)
1028 if (graph.getModel().isVertex(cell) && geo != null)
1114 if (graph.getModel().isVertex(cell))
1335 if (graph.model.isVertex(child))
1394 if (graph.model.isVertex(child))
1754 if (graph.model.isVertex(cell))
1935 if (graph.getModel().isVertex(cell))
1971 else if (graph.model.isVertex(cell))
2173 else if (graph.model.isVertex(cell))
[all …]
H A Dupdate.js237 else if (graph.model.isVertex(cell))
H A Dtags.js157 if (graph.model.isVertex(cells[i]) || graph.model.isEdge(cells[i]))
H A Danimation.js77 if (graph.getModel().isVertex(cell) || graph.getModel().isEdge(cell))
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java42 if (getModel().isVertex(state.getCell()) in CustomCanvas()
50 else if (getModel().isVertex(state.getCell()) in CustomCanvas()
H A DCustomCanvas.java.bak40 if (getModel().isVertex(state.getCell())
48 else if (getModel().isVertex(state.getCell())
H A DSchemaEditor.java40 return model.isVertex(cell); in SchemaEditor()
H A DGraphEditor.java568 if (targetCell.isVertex() == dropCell.isVertex() in importCells()
H A DGraphEditor.java.bak439 if (targetCell.isVertex() == dropCell.isVertex()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java141 if (getGraph().getModel().isVertex(state.getCell())) in createComponents()
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js458 if (graph.getModel().isVertex(tmp))
487 if (graph.getModel().isVertex(tmp))
509 if (graph.getModel().isVertex(tmp))
1584 if (graph.getSelectionCount() == 1 && (hasWaypoints || (graph.getModel().isVertex(cell) &&
1607 …if (this.editorUi.editor.graph.getModel().isVertex(cell) && mxUtils.getValue(state.style, mxConsta…
H A DGraph.js2417 vertices && this.model.isVertex(cell)))
2478 if (!this.model.isVertex(temp))
3095 else if (this.model.isVertex(state.cell) &&
6142 return !this.graph.getModel().isVertex(vertex) ||
7807 (this.model.isVertex(temp) ||
8265 if (this.model.isVertex(child))
8424 else if (model.isVertex(cell))
8721 this.model.isVertex(state.cell)) &&
8923 if (evt != null && !this.model.isVertex(cell))
9553 if (this.getModel().isVertex(cells[i]))
[all …]
H A DSidebar.js2241 if ((graph.getModel().isVertex(targetCell) == graph.getModel().isVertex(source)) ||
2544 else if (useParent && graph.model.isVertex(targetParent))
2794 if (firstVertex == null && graph.model.isVertex(cells[i]))
2998 … if (geo2 != null && !geo2.relative && graph.model.isVertex(parent) && parent != view.currentRoot)
3070 if (this.graph.getModel().isVertex(parent) &&
3125 …!this.isDropStyleTargetIgnored(state) && ((graph.model.isVertex(state.cell) && firstVertex != null…
3267 (graph.model.isVertex(cell) && graph.isCellConnectable(cell)));
3417 model.isVertex(model.getParent(target)))
3480 graph.model.isVertex(graph.getSelectionCell()))
3486 if (graph.model.isVertex(cells[i]))
H A DActions.js300 if (graph.isEnabled() && cell != null && graph.getModel().isVertex(cell))
323 if (graph.getModel().isVertex(cells[i]))
590 graph.model.isVertex(cells[i]))
1501 while (graph.getModel().isVertex(parent) && pgeo != null)
H A DEditorUi.js742 vertex = graph.getModel().isVertex(cells[i]) || vertex;
1281 while (temp != null && graph.model.isVertex(temp) && geo != null && geo.relative)
3789 if (graph.getModel().isVertex(cell))
3831 graph.getModel().isVertex(graph.getModel().getParent(editable[0])));
5127 if (graph.getModel().isVertex(cells[i]) && graph.isCellResizable(cells[i]))
5170 if (graph.getSelectionCount() == 1 && graph.model.isVertex(cell) &&
5277 if (graph.model.isVertex(graph.getSelectionCell()))
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js622isVertex()?this.x[0]=b:this.isEdge()&&(this.x[a-this.minRank-1]=b)};mxGraphAbstractHierarchyCell.p…
680 …Value=function(a,b){for(var c=0,d=0;d<b.length;d++){var e=b[d];a.isVertex()&&e.isVertex()?c++:c=a.…
759 …ent(g)}f&&c.push(e)}return c};mxGraphModel.prototype.isVertex=function(a){return null!=a?a.isVerte… method in mxGraphModel
1009 this.scale*e.height,a.unscaledHeight=e.height,b.isVertex(a.cell)&&this.updateVertexState(a,e),b.isE…
1134 …0;d<c;d++)this.autoSizeCell(this.model.getChildAt(a,d));this.getModel().isVertex(a)&&this.isAutoSi…
1165isVertex(a)||this.isAllowNegativeCoordinates()||(d.x=Math.max(0,parseFloat(d.x)),d.y=Math.max(0,pa…
1194isVertex(k)&&k!=this.view.currentRoot&&(g=this.getBoundingBoxFromGeometry([k],!1),null!=g&&(f=new …
1352 ….getParent(a.cell));0==b&&0==c||null==f||!f.relative||!e.isVertex(a.cell)||null!=g&&!e.isVertex(g.…
1372 …(),d=0;d<a.length;d++)if(c.isVertex(a[d])||c.isEdge(a[d])){var e=this.graph.view.getState(a[d]);if…
1400 …e(a);return null!=a&&(this.graph.model.isEdge(a.cell)||this.graph.model.isVertex(a.cell))&&this.gr…
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1370 if (cells != null && graph.getSelectionCount() == 1 && graph.getModel().isVertex(cells[0]))
1376 graph.getModel().isVertex(target))
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js156 return model.isVertex(cell) && hasTreeParent(cell);
312 if (graph.isEnabled() && graph.model.isVertex(cell))
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js826isVertex()?this.x[0]=b:this.isEdge()&&(this.x[a-this.minRank-1]=b)};mxGraphAbstractHierarchyCell.p…
884 …Value=function(a,b){for(var c=0,d=0;d<b.length;d++){var e=b[d];a.isVertex()&&e.isVertex()?c++:c=a.…
963 …ent(g)}f&&c.push(e)}return c};mxGraphModel.prototype.isVertex=function(a){return null!=a?a.isVerte… method in mxGraphModel
1369isVertex(a)||this.isAllowNegativeCoordinates()||(d.x=Math.max(0,parseFloat(d.x)),d.y=Math.max(0,pa…
1398isVertex(k)&&k!=this.view.currentRoot&&(g=this.getBoundingBoxFromGeometry([k],!1),null!=g&&(f=new …
1576 …(),d=0;d<a.length;d++)if(c.isVertex(a[d])||c.isEdge(a[d])){var e=this.graph.view.getState(a[d]);if…
1787isVertex(a)||d.isEdge(a)){if(!d.isEdge(a)){var e=(this.graph.getCurrentCellStyle(a)[mxConstants.ST…
2419 …view.translate,l=n.x*e,n=n.y*e;null!=m&&this.model.isVertex(m.cell)&&(l=m.x,n=m.y);this.model.isVe…
2474 …graph.getModel().isVertex(b)&&!this.graph.isCellConnectable(b)){var c=this.graph.getModel().getPar…
2483 …turn this.model.isVertex(b)&&this.isTableRow(this.model.getParent(b))};Graph.prototype.isTableRow=…
[all …]
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js884 if (shape.isVertex()) {
989 if (subShape.isVertex()) {
1007 if (subShape.isVertex()) {
1522 if (childCount === 0 && model.isVertex(cell)) {
1602 if (shape.isVertex()) {
7649 Style.prototype.isVertex = function () {
10515 VsdxShape.prototype.isVertex = function () {
11061 …size = this.isVertex() ? theme_15.getStartSize(this.getQuickStyleVals()) : theme_15.getConnStartSi…
11092 …size = this.isVertex() ? theme_16.getEndSize(this.getQuickStyleVals()) : theme_16.getConnEndSize(t…
11441 if (this.isVertex()) {
[all …]

12