Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/plugins/
H A DedgeConnection.js18 …var clone = this.graph.createVertex(this.graph.getModel().getParent(source), null, null, 0, 0, 6, …
H A Dexplore.js330 var backCell = graph.createVertex(null, null, 'Back...', 0, 0, 80, 30, btnStyle);
338 var moreCell = graph.createVertex(null, null, 'More...', 0, 0, 80, 30, btnStyle);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1574 var createVertex = mxUtils.bind(this, function(style, w, h, value)
1581 createVertex('whiteSpace=wrap;html=1;'),
1582 createVertex('ellipse;whiteSpace=wrap;html=1;'),
1583 createVertex('rhombus;whiteSpace=wrap;html=1;', 80, 80),
1584 createVertex('rounded=1;whiteSpace=wrap;html=1;'),
1589 createVertex('shape=process;whiteSpace=wrap;html=1;backgroundOutline=1;'),
1590 createVertex('triangle;whiteSpace=wrap;html=1;', 60, 80),
1591 createVertex('shape=document;whiteSpace=wrap;html=1;boundedLbl=1;', 120, 80),
1592 createVertex('shape=tape;whiteSpace=wrap;html=1;', 120, 100),
1593 createVertex('ellipse;shape=cloud;whiteSpace=wrap;html=1;', 120, 80),
[all …]
H A DGraph.js5819 return this.createParent(this.createVertex(null, null, (title != null) ? title : '',
5821 this.createParent(this.createVertex(null, null, '', 0, 0, colCount * w, h, rowStyle),
5822 this.createVertex(null, null, '', 0, 0, w, h, cellStyle),
5877 var table = this.createVertex(null, null, (title != null) ? title : '', 0, 0,
5884 var row = this.createVertex(null, null, '', 0, t, colCount * w + t, h, rowStyle);
5885 table.insert(this.createParent(row, this.createVertex(null, null,
5893 this.createVertex(null, null, '', t, 0, w, h, cellStyle),
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5822 function createVertex(obj, graph) function
6245 lookup[obj.id] = createVertex(obj, graph);
6279 lookup[obj.id] = createVertex(obj, graph);
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js1333 …ction(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.… method in mxGraph
2178 …c){var e=mxUtils.bind(this,function(b,c,e,t){return this.editor.graph.createVertex(null,null,t||""…
2479 …ft=0;bottom=0;right=0;pointerEvents=1;";return this.createParent(this.createVertex(null,null,null!…
2480 …ildLayout=tableLayout;"),this.createParent(this.createVertex(null,null,"",0,0,c*e,k,d),this.create…
2482createVertex(null,null,null!=g?g:"",0,0,c*e,b*k,null!=p?p:"shape=table;childLayout=tableLayout;row…
2483 return 1<b?(t.geometry.y=k+p,this.createParent(g,this.createParent(t,this.createVertex(null,null,""…
H A Dviewer-static.min.js1333 …ction(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.… method in mxGraph
2178 …c){var e=mxUtils.bind(this,function(b,c,e,t){return this.editor.graph.createVertex(null,null,t||""…
2479 …ft=0;bottom=0;right=0;pointerEvents=1;";return this.createParent(this.createVertex(null,null,null!…
2480 …ildLayout=tableLayout;"),this.createParent(this.createVertex(null,null,"",0,0,c*e,k,d),this.create…
2482createVertex(null,null,null!=g?g:"",0,0,c*e,b*k,null!=p?p:"shape=table;childLayout=tableLayout;row…
2483 return 1<b?(t.geometry.y=k+p,this.createParent(g,this.createParent(t,this.createVertex(null,null,""…
H A Dapp.min.js1367 …ction(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.… method in mxGraph
2212 …b){var d=mxUtils.bind(this,function(a,b,d,k){return this.editor.graph.createVertex(null,null,k||""…
2728 …ft=0;bottom=0;right=0;pointerEvents=1;";return this.createParent(this.createVertex(null,null,null!…
2729 …ildLayout=tableLayout;"),this.createParent(this.createVertex(null,null,"",0,0,b*d,e,h),this.create…
2731createVertex(null,null,null!=c?c:"",0,0,b*d,a*e,null!=f?f:"shape=table;childLayout=tableLayout;row…
2732 return 1<a?(k.geometry.y=e+f,this.createParent(c,this.createParent(k,this.createVertex(null,null,""…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1129 …ction(a,b,c,d,e,f,g,k,l){b=this.createVertex(a,b,c,d,e,f,g,k,l);return this.addCell(b,a)};mxGraph.… method in mxGraph