ProxyPipe fromViewer = viewer.newThreadProxyOnGraphicGraph();
LinLog layout = new LinLog(false);
layout.configure(a, r, true, force);
graph.addAttribute("ui.antialias");
graph.addAttribute("ui.stylesheet", styleSheet);
fromViewer.addSink(graph);
viewer.addDefaultView(true);
graph.addSink(layout);
layout.addAttributeSink(graph);