Home
last modified time | relevance | path

Searched refs:isEdge (Results 1 – 25 of 55) sorted by relevance

123

/plugin/diagramsnet/lib/plugins/
Dflow.js19 if (graph.model.isEdge(graph.getSelectionCell()))
32 if (ui.editor.graph.model.isEdge(cells[i]))
71 if (ui.editor.graph.model.isEdge(cell))
82 if (ui.editor.graph.model.isEdge(me.getCell()))
Danimation.js77 if (graph.getModel().isVertex(cell) || graph.getModel().isEdge(cell))
132 if (graph.model.isEdge(cell))
353 if (editorUi.editor.graph.model.isEdge(cells[i]))
Dupdate.js212 if (graph.model.isEdge(cell))
Dvoice.js1071 if (graph.model.isVertex(cell) && graph.model.isEdge(current) &&
1371 if (graph.model.isEdge(cell))
1677 if (graph.model.isEdge(graph.getSelectionCell()))
1967 if (graph.model.isEdge(cell))
2169 if (graph.model.isEdge(cell))
2218 if (graph.model.isEdge(cell) && graph.model.getTerminal(cell, true) != null &&
Dtags.js157 if (graph.model.isVertex(cells[i]) || graph.model.isEdge(cells[i]))
Dexplore.js317 if (graph.model.isEdge(clones[i]))
/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js2242 (graph.getModel().isEdge(targetCell) == graph.getModel().isEdge(source)))
2458 var tmp = (graph.model.isEdge(source)) ? null : graph.view.getState(targetParent);
2479 (graph.model.isEdge(source) || (sourceGeo != null &&
2499 if (!graph.model.isEdge(source))
2516 if (graph.model.isEdge(targets[dropCellIndex]))
2526 if (graph.model.isEdge(source))
2533 else if (graph.model.isEdge(targets[dropCellIndex]))
2611 if (graph.model.isEdge(source))
2642 if (graph.model.isEdge(target) && geo2.getTerminalPoint(true) != null &&
2714 if (graph.model.isEdge(target) && geo2.getTerminalPoint(true) != null &&
[all …]
DGraph.js334 if (this.model.isEdge(state.cell))
472 if (handler == null && this.model.isEdge(state.cell))
614 if (this.model.isEdge(state.cell))
2181 return (vertices && model.isVertex(cell)) || (edges && model.isEdge(cell));
2416 else if (this.isCellVisible(cell) && (edges && this.model.isEdge(cell) ||
3089 if (this.model.isEdge(state.cell) &&
3411 return !this.model.isEdge(cells[0]) &&
3439 ((this.model.isEdge(cell) && this.edgeLabelsMovable) ||
3896 if (source.geometry.relative && this.model.isEdge(source.parent))
3969 …if (!this.isCellLocked(tempCells[i]) && !this.model.isEdge(tempCells[i]) && tempCells[i] != source)
[all …]
DMenus.js1101 if (graph.getModel().isEdge(cell))
1522 else if (graph.getSelectionCount() == 1 && !graph.getModel().isEdge(cell) &&
1543 if (graph.getSelectionCount() == 1 && graph.getModel().isEdge(cell))
1549 …if (graph.getModel().isEdge(cell) && mxUtils.getValue(state.style, mxConstants.STYLE_EDGE, null) !…
DActions.js209 includeEdges = includeEdges && graph.model.isEdge(cells[i]);
1487 if (cell != null && graph.getModel().isEdge(cell))
1545 if (graph.getModel().isEdge(cell))
DEditorUi.js140 if (graph.getModel().isEdge(state.cell))
290 var edge = model.isEdge(cell);
743 edge = graph.getModel().isEdge(cells[i]) || edge;
1903 if (geo != null && geo.relative && !model.isEdge(result[i]) &&
3784 if (graph.getModel().isEdge(cell))
5286 if (cells.length == 1 && graph.model.isEdge(cells[0]))
DEditor.js2793 var geo = (this.graph.model.isEdge(cell)) ? null :
2796 result = !this.graph.model.isEdge(parent) &&
2836 while (state != null && (model.isVertex(parent) || model.isEdge(parent)))
/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java118 if (graph.getModel().isEdge(cell)) in GraphEditor()
569 || targetCell.isEdge() == dropCell.isEdge()) in importCells()
621 if (getModel().isEdge(cell)) in getToolTipForCell()
DPort.java46 if (model.isEdge(cell)) in Port()
DUserObject.java66 return !getModel().isEdge(cell); in UserObject()
DGraphEditor.java.bak99 if (graph.getModel().isEdge(cell))
440 || targetCell.isEdge() == dropCell.isEdge())
492 if (getModel().isEdge(cell))
DUserObject.java.bak60 return !getModel().isEdge(cell);
/plugin/diagramsnet/lib/math/extensions/MathML/
Dmml3.js19 …oString(i.documentElement,k)}}});var f=MathJax.Hub.Browser;var c="";if(f.isEdge||f.isMSIE){c="urn:…
/plugin/a2s/
DASCIIToSVG.php3122 if ($this->isEdge($e, self::DIR_RIGHT) || $this->isCorner($e)) {
3139 if ($this->isEdge($s, self::DIR_DOWN) || $this->isCorner($s)) {
3150 if ($this->isEdge($w, self::DIR_LEFT) || $this->isCorner($w)) {
3158 if ($this->isEdge($n, self::DIR_UP) || $this->isCorner($n)) {
3576 while ($this->isEdge($cur, $dir)) {
3617 if ($this->isCorner($next) || $this->isEdge($next, $dir)) {
3620 ($this->isCorner($n) || $this->isEdge($n, self::DIR_UP))) {
3627 ($this->isCorner($s) || $this->isEdge($s, self::DIR_DOWN))) {
3634 ($this->isCorner($e) || $this->isEdge($e, self::DIR_RIGHT))) {
3637 ($this->isCorner($w) || $this->isEdge($w, self::DIR_LEFT))) {
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js384 if (cell.isEdge() && cell.getTerminal(true) != null && cell.getTerminal(false) != null)
530 if (cell.isEdge() && cell.source != null && cell.target != null)
663 if (cell.isEdge())
DmxWebColaLayout.js347 else if (cell.isEdge())
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js375 if (model.isEdge(target) && hasTreeParent(target))
498 if (isTreeVertex(cells[i]) || (graph.model.isEdge(cells[i]) &&
537 if (this.model.isEdge(result[i]))
609 if (model.isEdge(result[i]) && model.getTerminal(result[i], true) == null)
1116 if (cells.length == 1 && graph.model.isEdge(cells[0]))
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js326 if (isTreeCell(cells[i]) || (graph.model.isEdge(cells[i]) &&
364 if (this.model.isEdge(result[i]))
432 if (model.isEdge(result[i]) && model.getTerminal(result[i], true) == null)
863 if (cells.length == 1 && graph.model.isEdge(cells[0]))
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js29 …|l.child,!1);if(null!=m)if(g=!0,l.constructor!=mxGeometryChange||a.model.isEdge(l.cell))mxUtils.se…
541 mxGraphLayout.prototype.isEdgeIgnored=function(a){var b=this.graph.getModel();return!b.isEdge(a)||!…
621 …tedCells=function(a){return null};mxGraphAbstractHierarchyCell.prototype.isEdge=function(){return!… method in mxGraphAbstractHierarchyCell
622isEdge()&&(this.x[a-this.minRank-1]=b)};mxGraphAbstractHierarchyCell.prototype.getX=function(a){re…
630 …ousLayerConnectedCells[a-this.minRank-1]};mxGraphHierarchyEdge.prototype.isEdge=function(){return!… method in mxGraphHierarchyEdge
680 …,d=0;d<b.length;d++){var e=b[d];a.isVertex()&&e.isVertex()?c++:c=a.isEdge()&&e.isEdge()?c+8:c+2}re…
683 …width,f.height=g.height):(f.width=g.height,f.height=g.width):d=!0}else f.isEdge()&&(g=1,null!=f.ed…
685 ….height=p.height):(n.width=p.height,n.height=p.width):l=!0;f=Math.max(f,n.height)}else n.isEdge()&&
747 …ll!=c&&!this.isEdge(c)&&null!=c.geometry&&c.geometry.relative;)c=this.getParent(c);for(;null!=d&&t…
748 …igin=function(a){var b;null!=a?(b=this.getOrigin(this.getParent(a)),this.isEdge(a)||(a=this.getGeo…
[all …]
/plugin/diagramsnet/lib/js/
Dviewer.min.js233 …|l.child,!1);if(null!=m)if(g=!0,l.constructor!=mxGeometryChange||a.model.isEdge(l.cell))mxUtils.se…
745 mxGraphLayout.prototype.isEdgeIgnored=function(a){var b=this.graph.getModel();return!b.isEdge(a)||!…
825 …tedCells=function(a){return null};mxGraphAbstractHierarchyCell.prototype.isEdge=function(){return!… method in mxGraphAbstractHierarchyCell
826isEdge()&&(this.x[a-this.minRank-1]=b)};mxGraphAbstractHierarchyCell.prototype.getX=function(a){re…
834 …ousLayerConnectedCells[a-this.minRank-1]};mxGraphHierarchyEdge.prototype.isEdge=function(){return!… method in mxGraphHierarchyEdge
884 …,d=0;d<b.length;d++){var e=b[d];a.isVertex()&&e.isVertex()?c++:c=a.isEdge()&&e.isEdge()?c+8:c+2}re…
887 …width,f.height=g.height):(f.width=g.height,f.height=g.width):d=!0}else f.isEdge()&&(g=1,null!=f.ed…
889 ….height=p.height):(n.width=p.height,n.height=p.width):l=!0;f=Math.max(f,n.height)}else n.isEdge()&&
951 …ll!=c&&!this.isEdge(c)&&null!=c.geometry&&c.geometry.relative;)c=this.getParent(c);for(;null!=d&&t…
952 …igin=function(a){var b;null!=a?(b=this.getOrigin(this.getParent(a)),this.isEdge(a)||(a=this.getGeo…
[all …]

123