/ Published in: Java
Expand |
Embed | Plain Text
DefaultGraphCell cell = new DefaultGraphCell(name); DefaultPort port = new DefaultPort(); cell.add(port); graph.getGraphLayoutCache().insert(cell);
You need to login to post a comment.
DefaultGraphCell cell = new DefaultGraphCell(name); DefaultPort port = new DefaultPort(); cell.add(port); graph.getGraphLayoutCache().insert(cell);
You need to login to post a comment.