5556575859606162636465
ViewerPipe pipe = graph.display(false).newViewerPipe(); // graph.addAttribute( "ui.quality" ); graph.addAttribute("ui.antialias"); pipe.addViewerListener(this); Node A = graph.addNode("A"); Node B = graph.addNode("B"); Node C = graph.addNode("C");