/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | Validation.java | 47 Object v1 = graph.insertVertex(parent, null, sourceNode, 20, 20, in Validation() 49 Object v2 = graph.insertVertex(parent, null, targetNode, 200, 20, in Validation() 51 Object v3 = graph.insertVertex(parent, null, targetNode in Validation() 53 Object v4 = graph.insertVertex(parent, null, targetNode in Validation() 55 graph.insertVertex(parent, null, subtargetNode, 200, in Validation() 57 Object v6 = graph.insertVertex(parent, null, sourceNode in Validation()
|
H A D | Validation.java.bak | 43 Object v1 = graph.insertVertex(parent, null, sourceNode, 20, 20, 45 Object v2 = graph.insertVertex(parent, null, targetNode, 200, 20, 47 Object v3 = graph.insertVertex(parent, null, targetNode 49 Object v4 = graph.insertVertex(parent, null, targetNode 51 graph.insertVertex(parent, null, subtargetNode, 200, 53 Object v6 = graph.insertVertex(parent, null, sourceNode
|
H A D | HelloWorld.java | 26 Object v1 = graph.insertVertex(parent, null, "Hello", 20, 20, 80, in HelloWorld() 28 Object v2 = graph.insertVertex(parent, null, "World!", 240, 150, in HelloWorld()
|
H A D | ClickHandler.java | 29 Object v1 = graph.insertVertex(parent, null, "Hello", 20, 20, 80, in ClickHandler() 31 Object v2 = graph.insertVertex(parent, null, "World!", in ClickHandler()
|
H A D | SchemaEditor.java | 91 mxCell v1 = (mxCell) graph.insertVertex(parent, null, "Customers", in SchemaEditor() 94 mxCell v2 = (mxCell) graph.insertVertex(parent, null, "Orders", in SchemaEditor()
|
H A D | CustomCanvas.java | 68 Object v1 = graph.insertVertex(parent, null, "Hello", 20, 20, 80, in CustomCanvas() 70 Object v2 = graph.insertVertex(parent, null, "World!", 240, 150, in CustomCanvas()
|
H A D | Port.java | 71 mxCell v1 = (mxCell) graph.insertVertex(parent, null, "Hello", 20, in Port() 101 Object v2 = graph.insertVertex(parent, null, "World!", 240, 150, 80, 30); in Port()
|
H A D | UserObject.java | 146 Object v1 = graph.insertVertex(parent, null, person1, 20, 20, 80, in UserObject() 148 Object v2 = graph.insertVertex(parent, null, person2, 240, 150, 80, in UserObject()
|
H A D | CustomCanvas.java.bak | 66 Object v1 = graph.insertVertex(parent, null, "Hello", 20, 20, 80, 68 Object v2 = graph.insertVertex(parent, null, "World!", 240, 150,
|
H A D | UserObject.java.bak | 140 Object v1 = graph.insertVertex(parent, null, person1, 20, 20, 80, 142 Object v2 = graph.insertVertex(parent, null, person2, 240, 150, 80,
|
/plugin/diagramsnet/lib/plugins/ |
H A D | random.js | 255 var child = graph.insertVertex(parentA, null, number.toString(), x, y, 120, 30); 273 var child = graph.insertVertex(parentB, null, number.toString(), x, y, 120, 30);
|
H A D | import.js | 86 var nodeVertex = graph.insertVertex(defaultParent, null, nodeName, x, y, defaultWidth,
|
H A D | tickets.js | 338 cell = graph.insertVertex(graph.getDefaultParent(), null,
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 1610 graph.insertVertex(graph.getDefaultParent(), null, '', 2978 var insertVertex = function(value, w, h, style) method in Menus.init 3023 graph.startEditingAtCell(insertVertex('Text', 40, 20, 'text;html=1;resizable=0;autosize=1;' + 3032 insertVertex('', 120, 60, 'whiteSpace=wrap;html=1;'); 3040 insertVertex('', 80, 80, 'ellipse;whiteSpace=wrap;html=1;'); 3048 insertVertex('', 80, 80, 'rhombus;whiteSpace=wrap;html=1;');
|
H A D | ElectronApp.js | 466 graph.setSelectionCell(graph.insertVertex(null, null, '', pt.x, pt.y, w, h,
|
H A D | EditorUi.js | 7797 cell = graph.insertVertex(null, null, '<pre>' + text + '</pre>', 7900 graph.setSelectionCell(graph.insertVertex(null, null, '', graph.snap(dx), graph.snap(dy), 7911 graph.setSelectionCell(graph.insertVertex(null, null, '', graph.snap(dx), graph.snap(dy), 7923 cell = graph.insertVertex(graph.getDefaultParent(), null, text, 7970 cell = graph.insertVertex(graph.getDefaultParent(), null, '', 9911 graph.setSelectionCell(graph.insertVertex(null, null, '', x, y, w * s, h * s,
|
H A D | Dialogs.js | 1308 v2 = graph.insertVertex(parent, null, 'Entry', geo.x, geo.y, 80, 30, vertexStyle); 1344 v1 = graph.insertVertex(parent, null, 'Start', 0, 0, 80, 30, startStyle); 1921 graph.insertVertex(null, null, null, insertPoint.x, insertPoint.y, 1980 cell = graph.insertVertex(null, null, null, insertPoint.x, insertPoint.y,
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1626 cells = [graph.insertVertex(graph.getDefaultParent(), null, '', 0, 0, w, h,
|
H A D | Format.js | 6229 …var v1 = graph2.insertVertex(graph2.getDefaultParent(), null, 'Shape', 14, 8, 70, 40, 'strokeWidth…
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 977 …group = graph.insertVertex(parent, null, null, Math.floor(Math.round(o.x * 100) / 100), Math.floor… 981 …group = graph.insertVertex(parent, null, textLabel, Math.floor(Math.round(o.x * 100) / 100), Math.… 1116 …v1 = graph.insertVertex(parent, null, null, Math.floor(Math.round(coordinates.x * 100) / 100), Mat… 1119 …v1 = graph.insertVertex(parent, null, textLabel, Math.floor(Math.round(coordinates.x * 100) / 100)… 1232 …source = graph.insertVertex(parent, null, null, Math.floor(Math.round(beginXY.x * 100) / 100), Mat… 1263 …target = graph.insertVertex(parent, null, null, Math.floor(Math.round(endXY.x * 100) / 100), Math.… 12084 var v1 = graph.insertVertex(parent, null, textLabel,
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1122 …lacedLabel()||b.isRotatedLabel()||k,k=b.getOriginPoint(g,!0);if(e)k=d.insertVertex(a,null,null,Mat… 1123 …ath.floor(Math.round(100*n.y)/100),y);else var q=b.getTextLabel(),k=d.insertVertex(a,null,q,Math.f… 1129 …n?(e=f.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(e,"="),y=null,y=w?d.insertVertex(a,null,null,Mat… 1130 …oor(Math.round(100*k.x)/100),Math.floor(Math.round(100*k.y)/100),e):d.insertVertex(a,null,n,Math.f… 1134 …):null,B=!0;if(null==q||0==q.geometry.width||0==q.geometry.height)q=d.insertVertex(w,null,null,Mat… 1135 …,b)):null;E=!0;null==b||0==b.geometry.width||0==b.geometry.height?b=d.insertVertex(w,null,null,Mat… 1552 …Utils.rotatedGeometry(m,E,e.width/2,e.height/2),e=m.x,k=m.y);return a.insertVertex(b,null,C,Math.r…
|
H A D | viewer.min.js | 929 if(null==g||0==g.length)g=this.graph.insertVertex(b[f],null,null,0,0,this.dummyVertexWidth,0),e.pus… 1333 …n].y+=p}}else m.translate(c,p)}}else e=[]}return e};mxGraph.prototype.insertVertex=function(a,b,c,… method in mxGraph 3008 …)){var e=null;g.getModel().beginUpdate();try{if(0==f.length){var f=[g.insertVertex(g.getDefaultPar… 3566 …,e){var d=this.editor.graph,f=null;d.getModel().beginUpdate();try{f=d.insertVertex(null,null,"<pre… 3569 …esizeImage(f,b,mxUtils.bind(this,function(b,f,g){d.setSelectionCell(d.insertVertex(null,null,"",d.… 3570 …insertVertex(null,null,"",d.snap(c),d.snap(e),l,f,"shape=image;verticalLabelPosition=bottom;labelB… 3572 else{d=this.editor.graph;k=null;d.getModel().beginUpdate();try{k=d.insertVertex(d.getDefaultParent(…
|
H A D | app.min.js | 963 if(null==g||0==g.length)g=this.graph.insertVertex(b[f],null,null,0,0,this.dummyVertexWidth,0),e.pus… 1367 …n].y+=p}}else m.translate(c,p)}}else e=[]}return e};mxGraph.prototype.insertVertex=function(a,b,c,… method in mxGraph 3213 ….postProcessCellStyle(k));return k};h.model.beginUpdate();try{var l=h.insertVertex(h.getDefaultPar… 3553 …)){var g=null;c.getModel().beginUpdate();try{if(0==e.length){var e=[c.insertVertex(c.getDefaultPar… 10105 …et();k.clearSelection();var e=k.getCellGeometry(b),m;q(function(){m=k.insertVertex(f,null,"Entry",… 10106 …(f)});k.addCellOverlay(b,c)});k.getModel().beginUpdate();var m;try{m=k.insertVertex(f,null,"Start", 10127 …,e,l));b.spinner.stop();var g=null;m.getModel().beginUpdate();try{g=m.insertVertex(null,null,null,… 10898 …,d){var f=this.editor.graph,e=null;f.getModel().beginUpdate();try{e=f.insertVertex(null,null,"<pre… 10902 …insertVertex(null,null,"",f.snap(c),f.snap(d),g,e,"shape=image;verticalLabelPosition=bottom;labelB… 10904 else{f=this.editor.graph;g=null;f.getModel().beginUpdate();try{g=f.insertVertex(f.getDefaultParent(… [all …]
|
H A D | viewer-static.min.js | 929 if(null==g||0==g.length)g=this.graph.insertVertex(b[f],null,null,0,0,this.dummyVertexWidth,0),e.pus… 1333 …n].y+=p}}else m.translate(c,p)}}else e=[]}return e};mxGraph.prototype.insertVertex=function(a,b,c,… method in mxGraph 3008 …)){var e=null;g.getModel().beginUpdate();try{if(0==f.length){var f=[g.insertVertex(g.getDefaultPar… 3566 …,e){var d=this.editor.graph,f=null;d.getModel().beginUpdate();try{f=d.insertVertex(null,null,"<pre… 3569 …esizeImage(f,b,mxUtils.bind(this,function(b,f,g){d.setSelectionCell(d.insertVertex(null,null,"",d.… 3570 …insertVertex(null,null,"",d.snap(c),d.snap(e),l,f,"shape=image;verticalLabelPosition=bottom;labelB… 3572 else{d=this.editor.graph;k=null;d.getModel().beginUpdate();try{k=d.insertVertex(d.getDefaultParent(…
|