Searched refs:defaultEdgeStyle (Results 1 – 9 of 9) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 7058 graph.defaultEdgeStyle, 10295 graph.defaultEdgeStyle = mxUtils.clone(Graph.prototype.defaultEdgeStyle); 10297 setStyle(graph.defaultEdgeStyle, 'edgeStyle', 'none'); 10298 setStyle(graph.defaultEdgeStyle, 'rounded', '0'); 10299 setStyle(graph.defaultEdgeStyle, 'curved', '1'); 10300 setStyle(graph.defaultEdgeStyle, 'jettySize', 'auto'); 10302 setStyle(graph.defaultEdgeStyle, 'endArrow', 'open'); 10303 setStyle(graph.defaultEdgeStyle, 'endSize', '14'); 10304 setStyle(graph.defaultEdgeStyle, 'startSize', '14'); 10315 setStyle(graph.defaultEdgeStyle, 'sketch', '1'); [all …]
|
H A D | Editor.js | 1944 if (config.defaultEdgeStyle != null) 1946 Graph.prototype.defaultEdgeStyle = config.defaultEdgeStyle; method in Graph 5279 …faults = (graph.getModel().isVertex(cells[i])) ? graph.defaultVertexStyle : graph.defaultEdgeStyle;
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 273 this.currentEdgeStyle = mxUtils.clone(this.defaultEdgeStyle); 7362 Graph.prototype.defaultEdgeStyle = {'edgeStyle': 'orthogonalEdgeStyle', 'rounded': '0', method in Graph 7388 else if (Graph.prototype.defaultEdgeStyle['orthogonalLoop'] != null) 7390 style += 'orthogonalLoop=' + Graph.prototype.defaultEdgeStyle['orthogonalLoop'] + ';'; 7398 else if (Graph.prototype.defaultEdgeStyle['jettySize'] != null) 7400 style += 'jettySize=' + Graph.prototype.defaultEdgeStyle['jettySize'] + ';';
|
H A D | Sidebar.js | 375 (!applyAllStyles) ? this.editorUi.editor.graph.defaultEdgeStyle : null, 2174 this.editorUi.editor.graph.defaultEdgeStyle,
|
H A D | EditorUi.js | 160 graph.currentEdgeStyle = mxUtils.clone(graph.defaultEdgeStyle);
|
H A D | Format.js | 6283 graph.currentEdgeStyle = mxUtils.clone(graph.defaultEdgeStyle);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2138 …his.clearDefaultStyle=function(){k.currentEdgeStyle=mxUtils.clone(k.defaultEdgeStyle);k.currentVer… 2318 …emes=g||this.defaultThemes;this.currentEdgeStyle=mxUtils.clone(this.defaultEdgeStyle);this.current… 2524 …f});return b};Graph.prototype.defaultVertexStyle={};Graph.prototype.defaultEdgeStyle={edgeStyle:"o… method in Graph 2525 …op="+this.currentEdgeStyle.orthogonalLoop+";":null!=Graph.prototype.defaultEdgeStyle.orthogonalLoo… 2526 …defaultEdgeStyle.orthogonalLoop+";");null!=this.currentEdgeStyle.jettySize?b+="jettySize="+this.cu… 3167 …ertexStyle=b.defaultVertexStyle);null!=b.defaultEdgeStyle&&(Graph.prototype.defaultEdgeStyle=b.def… 3260 c.defaultVertexStyle:c.defaultEdgeStyle;null!=b?(mxEvent.isShiftDown(d)||(l=""==b.fill?mxUtils.setS… 3451 …Graph.prototype.defaultVertexStyle={hachureGap:"4"},Graph.prototype.defaultEdgeStyle={edgeStyle:"n… 3551 …ll(b,d[u]);p&&this.insertHandler(d,null,null,f.defaultVertexStyle,f.defaultEdgeStyle,!1,!0)}finall…
|
H A D | app.min.js | 2172 …his.clearDefaultStyle=function(){e.currentEdgeStyle=mxUtils.clone(e.defaultEdgeStyle);e.currentVer… 2364 …i.editor.graph.defaultVertexStyle,m?null:this.editorUi.editor.graph.defaultEdgeStyle,m,!0);this.gr… 2499 …ph.model,this.editorUi.editor.graph.defaultVertexStyle,this.editorUi.editor.graph.defaultEdgeStyle, 2567 …emes=c||this.defaultThemes;this.currentEdgeStyle=mxUtils.clone(this.defaultEdgeStyle);this.current… 2773 …c});return a};Graph.prototype.defaultVertexStyle={};Graph.prototype.defaultEdgeStyle={edgeStyle:"o… method in Graph 2775 …defaultEdgeStyle.orthogonalLoop+";");null!=this.currentEdgeStyle.jettySize?a+="jettySize="+this.cu… 3215 …tils.clone(d.defaultVertexStyle);d.currentEdgeStyle=mxUtils.clone(d.defaultEdgeStyle);t(a,d.curren… 10499 …ertexStyle=b.defaultVertexStyle);null!=b.defaultEdgeStyle&&(Graph.prototype.defaultEdgeStyle=b.def… 10592 f.defaultVertexStyle:f.defaultEdgeStyle;null!=b?(mxEvent.isShiftDown(c)||(m=""==b.fill?mxUtils.setS… 10783 …Graph.prototype.defaultVertexStyle={hachureGap:"4"},Graph.prototype.defaultEdgeStyle={edgeStyle:"n… [all …]
|
H A D | viewer-static.min.js | 2138 …his.clearDefaultStyle=function(){k.currentEdgeStyle=mxUtils.clone(k.defaultEdgeStyle);k.currentVer… 2318 …emes=g||this.defaultThemes;this.currentEdgeStyle=mxUtils.clone(this.defaultEdgeStyle);this.current… 2524 …f});return b};Graph.prototype.defaultVertexStyle={};Graph.prototype.defaultEdgeStyle={edgeStyle:"o… method in Graph 2525 …op="+this.currentEdgeStyle.orthogonalLoop+";":null!=Graph.prototype.defaultEdgeStyle.orthogonalLoo… 2526 …defaultEdgeStyle.orthogonalLoop+";");null!=this.currentEdgeStyle.jettySize?b+="jettySize="+this.cu… 3167 …ertexStyle=b.defaultVertexStyle);null!=b.defaultEdgeStyle&&(Graph.prototype.defaultEdgeStyle=b.def… 3260 c.defaultVertexStyle:c.defaultEdgeStyle;null!=b?(mxEvent.isShiftDown(d)||(l=""==b.fill?mxUtils.setS… 3451 …Graph.prototype.defaultVertexStyle={hachureGap:"4"},Graph.prototype.defaultEdgeStyle={edgeStyle:"n… 3551 …ll(b,d[u]);p&&this.insertHandler(d,null,null,f.defaultVertexStyle,f.defaultEdgeStyle,!1,!0)}finall…
|