Home
last modified time | relevance | path

Searched refs:sourceGraph (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/plugins/
H A Dexplore.js30 var sourceGraph = ui.editor.graph;
125 sourceGraph.scrollCellToVisible(selectionCell);
295 var sourceCell = sourceGraph.model.getCell(realCell.sourceCellId);
296 var edges = sourceGraph.getEdges(sourceCell, null, true, true, false, true);
307 cells = cells.concat(sourceGraph.getOpposites(cells, sourceCell));
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js328 EditorUi.prototype.createImageForPageLink = function(src, sourcePage, sourceGraph) argument
339 result = this.getImageForPage(page, sourcePage, sourceGraph);
355 EditorUi.prototype.getImageForPage = function(page, sourcePage, sourceGraph) argument
357 sourceGraph = (sourceGraph != null) ? sourceGraph : this.editor.graph;
358 var graphGetGlobalVariable = sourceGraph.getGlobalVariable;
359 var graph = this.createTemporaryGraph(sourceGraph.getStylesheet());
360 graph.defaultPageBackgroundColor = sourceGraph.defaultPageBackgroundColor;
361 graph.shapeBackgroundColor = sourceGraph.shapeBackgroundColor;
362 graph.shapeForegroundColor = sourceGraph.shapeForegroundColor;
H A DGraphViewer.js1041 GraphViewer.prototype.showLayers = function(graph, sourceGraph) argument
1049 if (idx.length > 0 || hasLayerIds || sourceGraph != null)
1051 var source = (sourceGraph != null) ? sourceGraph.getModel() : null;