Home
last modified time | relevance | path

Searched refs:vertexStyle (Results 1 – 9 of 9) sorted by path

/plugin/diagramsnet/lib/js/
H A Dapp.min.js3219 Editor.styles[a];z(b.commonStyle,b.vertexStyle,b.edgeStyle,b.graph,a)}}),G=mxUtils.bind(this,functi…
10424 …"}},{},{vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#FAD9D5"},edgeStyle:{strokeColor:"#09555B"},…
10425vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#5D7F99"},edgeStyle:{strokeColor:"#736CA8"},commonSt…
10426vertexStyle:{strokeColor:"#EEEEEE",fillColor:"#56517E",fontColor:"#FFFFFF"},edgeStyle:{strokeColor…
H A Dviewer-static.min.js3092 …"}},{},{vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#FAD9D5"},edgeStyle:{strokeColor:"#09555B"},…
3093vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#5D7F99"},edgeStyle:{strokeColor:"#736CA8"},commonSt…
3094vertexStyle:{strokeColor:"#EEEEEE",fillColor:"#56517E",fontColor:"#FFFFFF"},edgeStyle:{strokeColor…
H A Dviewer.min.js3092 …"}},{},{vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#FAD9D5"},edgeStyle:{strokeColor:"#09555B"},…
3093vertexStyle:{strokeColor:"#D0CEE2",fillColor:"#5D7F99"},edgeStyle:{strokeColor:"#736CA8"},commonSt…
3094vertexStyle:{strokeColor:"#EEEEEE",fillColor:"#56517E",fontColor:"#FFFFFF"},edgeStyle:{strokeColor…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js1247 var vertexStyle = 'rounded=1;';
1308 v2 = graph.insertVertex(parent, null, 'Entry', geo.x, geo.y, 80, 30, vertexStyle);
H A DEditor.js70 {vertexStyle: {strokeColor: '#D0CEE2', fillColor: '#FAD9D5'},
73 {vertexStyle: {strokeColor: '#BAC8D3', fillColor: '#09555B', fontColor: '#EEEEEE'},
75 {vertexStyle: {strokeColor: '#D0CEE2', fillColor: '#5D7F99'},
78 {vertexStyle: {strokeColor: '#FFFFFF', fillColor: '#182E3E', fontColor: '#FFFFFF'},
81 {vertexStyle: {strokeColor: '#FFFFFF', fillColor: '#F08E81'},
85 {vertexStyle: {strokeColor: '#909090', fillColor: '#F5AB50'},
89 {vertexStyle: {strokeColor: '#EEEEEE', fillColor: '#56517E', fontColor: '#FFFFFF'},
92 {vertexStyle: {strokeColor: '#BAC8D3', fillColor: '#B1DDF0', fontColor: '#182E3E'},
95 {vertexStyle: {fillColor: '#EEEEEE', fontColor: '#1A1A1A'},
H A DExtensions.js19 var vertexStyle = 'html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;'; variable
5834 Math.round(b.w * scale), Math.round(b.h * scale)), vertexStyle);
5845 v.geometry.width, v.geometry.height), vertexStyle);
6995 v = new mxCell('', new mxGeometry(x, y, w, h), vertexStyle);
7773 …eometry(Math.round(x), Math.round(y + h * 0.25), Math.round(w), Math.round(h * 0.5)), vertexStyle);
8081 …und(x), Math.round(y + h * 0.25), Math.round(w), Math.round(h * 0.5)), vertexStyle + 'strokeColor=…
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js211 var insertHandler = function(cells, asText, model, vertexStyle, edgeStyle, applyAll, recurse) argument
213 vertexStyle = (vertexStyle != null) ? vertexStyle : graph.currentVertexStyle;
291 var current = (edge) ? edgeStyle : vertexStyle;
H A DFormat.js6178 …var createPreview = mxUtils.bind(this, function(commonStyle, vertexStyle, edgeStyle, graphStyle, c… argument
6205 var appliedStyle = vertexStyle;
6252 var addEntry = mxUtils.bind(this, function(commonStyle, vertexStyle, edgeStyle, graphStyle, index) argument
6274 createPreview(commonStyle, vertexStyle, edgeStyle, graphStyle, panel);
6287 applyStyle(vertexStyle, graph.currentVertexStyle);
6354 var appliedStyle = vertexStyle;
6413 addEntry(s.commonStyle, s.vertexStyle, s.edgeStyle, s.graph, i);
/plugin/diagramsnet/lib/plugins/
H A Dimport.js72 var vertexStyle = freeMindBranchVertexStyle;
77 vertexStyle = freeMindMainConceptVertexStyle;
82 vertexStyle = freeMindConceptVertexStyle;
87 defaultHeight, vertexStyle);