Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js6054 var updateCells = mxUtils.bind(this, function(styles, graphStyle) argument
6068 graph.updateCellStyles('labelBackgroundColor', (graphStyle != null) ?
6069 graphStyle.background : null, [cells[i]]);
6112 var applyStyle = mxUtils.bind(this, function(style, result, cell, graphStyle, theGraph) argument
6121 var bg = (graphStyle != null) ? graphStyle.background : null;
6178 …var createPreview = mxUtils.bind(this, function(commonStyle, vertexStyle, edgeStyle, graphStyle, c… argument
6214 applyStyle(commonStyle, result, cell, graphStyle, graph2);
6215 applyStyle(appliedStyle, result, cell, graphStyle, graph2);
6252 var addEntry = mxUtils.bind(this, function(commonStyle, vertexStyle, edgeStyle, graphStyle, index) argument
6269 if (graphStyle != null && graphStyle.background != null)
[all …]