Uses of Interface
org.graphstream.ui.view.View
| Package | Description |
|---|---|
| org.graphstream.ui.view | |
| org.graphstream.ui.view.util |
-
Uses of View in org.graphstream.ui.view
Methods in org.graphstream.ui.view that return View Modifier and Type Method Description ViewViewer. addDefaultView(boolean openInAFrame)Build the default graph view and insert it.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.ViewViewer. addView(View view)Add a view using its identifier.ViewGraphRenderer. createDefaultView(Viewer viewer, String id)ViewViewer. getDefaultView()The default view.ViewViewer. getView(String id)The view that correspond to the given identifier.Methods in org.graphstream.ui.view with parameters of type View Modifier and Type Method Description ViewViewer. addView(View view)Add a view using its identifier. -
Uses of View in org.graphstream.ui.view.util
Methods in org.graphstream.ui.view.util with parameters of type View Modifier and Type Method Description voidMouseManager. init(GraphicGraph graph, View view)Make the manager active on the given graph and view.voidShortcutManager. init(GraphicGraph graph, View view)Make the manager active on the given graph and view.