Uses of Interface
org.graphstream.ui.view.GraphRenderer
| Package | Description |
|---|---|
| org.graphstream.ui.view |
-
Uses of GraphRenderer in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement GraphRenderer Modifier and Type Class Description classGraphRendererBase<S,G>Methods in org.graphstream.ui.view that return GraphRenderer Modifier and Type Method Description abstract GraphRenderer<?,?>Viewer. newDefaultGraphRenderer()Create a new instance of the default graph renderer.Methods in org.graphstream.ui.view with parameters of type GraphRenderer Modifier and Type Method Description ViewViewer. addView(String id, GraphRenderer<?,?> renderer)Add a new default view with a specific renderer.ViewViewer. addView(String id, GraphRenderer<?,?> renderer, boolean openInAFrame)Same asViewer.addView(String, GraphRenderer)but allows to specify that the view uses a frame or not.