Home
last modified time | relevance | path

Searched refs:graph (Results 76 – 100 of 191) sorted by last modified time

12345678

/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js576graph.getLabel(this.state.cell),isNaN(f)||(a.stroke(),f=g*Math.round(100*f)/1E3,10!=g&&0!=f&&a.tex…
H A Dshapes.min.js527graph.getLabel(this.state.cell),isNaN(f)||(a.stroke(),f=g*Math.round(100*f)/1E3,10!=g&&0!=f&&a.tex…
H A Dapp.min.js1600graph.model.getParent(a);return b?(b=this.graph.model.isEdge(a)?null:this.graph.getCellGeometry(a)…
1638graph.view.getState(a);return null!=a&&(this.graph.model.isEdge(a.cell)||this.graph.model.isVertex…
1898graph.isAllowDanglingEdges()&&(f=this.abspoints[this.isSource?0:this.abspoints.length-1],f.x=this.…
2086graph.gridEnabled=this.graph.defaultGridEnabled&&(!this.isChromelessView()||"1"==urlParams.grid);t…
2087graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;thi…
2089graph.foldingEnabled="0"!=a.getAttribute("fold");this.isChromelessView()&&this.graph.foldingEnable…
2167graph.model.getParent(a);if(b)d=this.graph.model.isEdge(a)?null:this.graph.getCellGeometry(a),d=!t…
2518 …ed=function(a){return this.graph.isSwimlane(a.cell)||this.graph.isTableCell(a.cell)||this.graph.is…
2584graph.isCellSelected(b[e])?this.graph.model.getParent(b[e]):this.graph.isTableRow(a)&&this.graph.i…
2723graph.getModel().contains(a)){if(this.graph.getModel().isVertex(a)&&!this.graph.isCellConnectable(…
[all …]
H A Dexport.js26 var graph = new Graph(container);
95 return graph;
370 var view = graph.view;
424 graph.setEnabled(false);
570 graph.pageScale = ps;
618 if (!graph.pdfPageVisible)
701 bounds = (graph.pdfPageVisible) ? graph.view.getBackgroundPageBounds() : graph.getGraphBounds();
707 if (graph.pdfPageVisible)
741 graph.container.parentNode.removeChild(graph.container);
789 graph.addSvgShadow(graph.view.canvas.ownerSVGElement, null, true);
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js552graph.getModel(),c=b.getGeometry(a);null!=this.graph.container&&(null==c&&b.isLayer(a)||a==this.gr…
1328graph){var b=this.graph.getModel();b.removeListener(this.undoHandler);this.graph.removeListener(th…
1339graph&&(this.graph.removeListener(this.addHandler),this.graph.removeListener(this.resizeHandler));…
1362graph.model.getParent(a);return b?(b=this.graph.model.isEdge(a)?null:this.graph.getCellGeometry(a)…
1399graph.model.getParent(a[l]);null==m||k.get(m)||(k.put(m,!0),g.push(m))}}a=this.graph.moveCells(a,b…
1400graph.view.getState(a);return null!=a&&(this.graph.model.isEdge(a.cell)||this.graph.model.isVertex…
1494graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.ge…
1504graph.getCellAt(b.x,b.y));if(null!=c&&!this.graph.isCellConnectable(c)){var d=this.graph.getModel(…
1620graph),b=this;a.getCell=function(a){var c=mxCellMarker.prototype.getCell.apply(this,arguments);c!=…
1660graph.isAllowDanglingEdges()&&(f=this.abspoints[this.isSource?0:this.abspoints.length-1],f.x=this.…
[all …]
/plugin/diagramsnet/lib/plugins/
H A Danimation.js37 graph.executeAnimations(graph.createWipeAnimations(cells, true), null, steps, delay);
77 if (graph.getModel().isVertex(cell) || graph.getModel().isEdge(cell))
139 graph.fadeNodes(graph.getNodesForCells([cell]), false);
160 graph.refresh();
212 graph.setEnabled(false);
213 graph.setPanning(true);
219 graph.centerZoom = true;
277 graph.getModel().setRoot(graph.cloneCells([editorUi.editor.graph.getModel().getRoot()])[0]);
278 graph.maxFitScale = 1;
279 graph.fit(8);
[all …]
H A Dimport.js7 var graph = ui.editor.graph;
17 var defaultParent = graph.getDefaultParent();
86 var nodeVertex = graph.insertVertex(defaultParent, null, nodeName, x, y, defaultWidth,
88 graph.cellLabelChanged(nodeVertex, nodeName, true);
98 graph.insertEdge(defaultParent, null, '', nodeParent, nodeVertex, freeMindEdgeStyle);
120 graph.getModel().beginUpdate();
124 var pt = graph.getFreeInsertPoint();
147 graph.fireEvent(new mxEventObject('cellsInserted', 'cells', cells));
151 graph.getModel().endUpdate();
155 graph.setSelectionCells(cells);
[all …]
H A Dtags.js56 var graph = editorUi.editor.graph;
84 var graph = editorUi.editor.graph;
101 return graph.getTagsForCells(graph.model.getDescendants(
102 graph.model.getRoot()));
157 if (graph.model.isVertex(cells[i]) || graph.model.isEdge(cells[i]))
212 graph.addTagsForCells(graph.getSelectionCells(), [tag])
222 graph.refresh();
230 graph.removeTagsForCells(graph.getSelectionCells(), [tag])
240 graph.refresh();
266 if (graph.isSelectionEmpty())
[all …]
H A Dp1.js29 var graph = ui.editor.graph;
30 var graphGetGlobalVariable = graph.getGlobalVariable;
32 graph.getGlobalVariable = function(name)
49 var graphGetExportVariables = graph.getExportVariables;
H A Dpage.js12 var graph = ui.editor.graph;
27 graph.getModel().beginUpdate();
45 graph.getModel().endUpdate();
69 var graph = ui.editor.graph;
84 graph.getModel().beginUpdate();
95 graph.model.execute(change);
125 graph.getModel().endUpdate();
H A Dprops.js15 var graph = ui.editor.graph;
63 var highlight = new mxCellHighlight(graph, '#00ff00', 8);
68 var result = graph.getDataForCells(graph.getSelectionCells());
88 graph.container.focus();
103 highlight.highlight(graph.view.getState(cell));
108 var label = graph.sanitizeHtml(graph.getLabel(cell));
136 var label = graph.convertValueToString(cell);
169 cellClicked(graph.getSelectionCell());
172 graph.model.addListener(mxEvent.CHANGE, function(sender, evt)
174 cellClicked(graph.getSelectionCell());
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js77 this.ui.editor.graph.openLink(url);
H A DPages.js167 var graph = editor.graph;
419 var graph = this.editor.graph;
546 var graph = this.editor.graph;
1102 var graph = this.editor.graph;
1165 var graph = this.editor.graph;
1212 var graph = this.editor.graph;
1260 var graph = this.editor.graph;
1601 var graph = this.editor.graph;
1648 var graph = this.editor.graph;
1672 if (graph.isEnabled() && !graph.isMouseDown &&
[all …]
H A DElectronApp.js300 var graph = this.editor.graph;
466 graph.setSelectionCell(graph.insertVertex(null, null, '', pt.x, pt.y, w, h,
528 var graph = new Graph();
534 return graph;
623 var graph = this.editor.graph;
628 (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())));
1921 var graph = this.editor.graph;
1957 var bg = graph.background;
1973 size: graph.gridSize,
1975 color: graph.view.gridColor
[all …]
H A DExtensions.js5634 addCustomData(cell, p, graph);
5822 function createVertex(obj, graph) argument
5836 updateCell(v, obj, graph);
6207 graph.getModel().beginUpdate();
6440 graph.addCell(layerCell, graph.model.root);
6493 graph.getModel().endUpdate();
6501 var graph = new Graph();
6507 return graph;
6758 var graph = createGraph();
13553 addCustomData(v, p, graph);
[all …]
H A DMinimal.js30 var graph = editorUi.editor.graph;
83 var graph = ui.editor.graph;
121 var graph = ui.editor.graph;
329 var graph = this.editor.graph;
747 var graph = this.editorUi.editor.graph;
767 if (graph.isCellFoldable(graph.getSelectionCell()))
791 if (graph.isEnabled() && graph.isSelectionEmpty())
940 var graph = ui.editor.graph;
1026 var graph = this.editorUi.editor.graph;
1378 var graph = this.editor.graph;
[all …]
H A DmxFreehand.js1 function mxFreehand(graph) argument
4 …var svgElement = (graph.view != null && graph.view.canvas != null) ? graph.view.canvas.ownerSVGEle…
6 if (graph.container == null || svgElement == null)
201 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
204 var s = graph.view.scale;
223 graph.setSelectionCells([cell]);
262 graph.addMouseListener(
266 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
316 if (path && graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
325 var tr = graph.view.translate;
[all …]
H A DMenus.js57 var graph = editorUi.editor.graph;
171 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
856 graph.setShadowVisible(!graph.shadowVisible);
1296 var graph = editorUi.editor.graph;
3021 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3030 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3038 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3046 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3964 var graph = this.ui.editor.graph;
3997 var graph = editorUi.editor.graph;
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Advanced.js79 var cell = sb.graph.cloneCell(flow);
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js115 var graph = editor.graph;
448 var graph = ui.editor.graph;
711 var graph = ui.editor.graph;
1076 var graph = editor.graph;
1325 var graph = editor.graph;
1718 var graph = editor.graph;
2216 var graph = editor.graph;
2256 var graph = editor.graph;
2291 var graph = editor.graph;
3071 var graph = editor.graph;
[all …]
H A DMenus.js47 var graph = ui.editor.graph;
647 var graph = this.editorUi.editor.graph;
843 var graph = this.editorUi.editor.graph;
883 var graph = this.editorUi.editor.graph;
1088 var graph = this.editorUi.editor.graph;
1163 var graph = this.editorUi.editor.graph;
1307 var graph = ui.editor.graph;
1378 var graph = this.editorUi.editor.graph;
1506 var graph = this.editorUi.editor.graph;
1535 var graph = this.editorUi.editor.graph;
[all …]
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js29graph());return r.forEach(t.nodes(),(function(n){e.setNode(n,t.node(n))})),r.forEach(t.edges(),(fu… method in a
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js20 var graph = ui.editor.graph;
74 if (graph.isEnabled() && graph.getSelectionCount() == 1)
96 if (graph.isEnabled() && graph.getSelectionCount() == 1)
123 if (graph.isEnabled() && graph.getSelectionCount() == 1)
130 graph.setSelectionCell(graph.model.getTerminal(edges[0], true));
137 if (graph.isEnabled() && graph.getSelectionCount() == 1)
842 if (graph.isEnabled() && !graph.isEditing() && graph.getSelectionCount() == 1 &&
877 graph.startEditingAtCell(graph.getSelectionCell());
1074 var graph = state.view.graph;
1122graph.graphHandler.bounds = graph.graphHandler.graph.getView().getBounds(graph.graphHandler.cells);
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js26 function mxWebColaLayout(graph, layoutType) argument
33 mxGraphLayout.call(this, graph);
50 var ps = this.graph.getPageSize();
51 this.layout = new mxWebColaAdaptor(this.graph, (this.graph.pageVisible) ?
101 mxWebColaLayout.prototype.resetGraph = function(graph) argument
106 var model = graph.getModel();
108 var view = graph.getView();
272 var model = this.graph.getModel();
280 var view = this.graph.getView();
349 this.graph.resetEdge(cell);
[all …]
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js1260 var unit = this.state.view.graph.getLabel(this.state.cell);
1305 var unit = this.state.view.graph.getLabel(this.state.cell);

12345678