Package | Description |
---|---|
org.graphstream.ui.swingViewer | |
org.graphstream.ui.view | |
org.graphstream.ui.view.util |
Modifier and Type | Class and Description |
---|---|
class |
DefaultView
Base for constructing views.
|
class |
ViewPanel
A view on a graphic graph.
|
Modifier and Type | Method and Description |
---|---|
View |
Viewer.addView(View view)
Add a view using its identifier.
|
View |
Viewer.getView(String id)
The view that correspond to the given identifier.
|
Modifier and Type | Method and Description |
---|---|
View |
Viewer.addView(View view)
Add a view using its identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMouseManager.init(GraphicGraph graph,
View view) |
void |
ShortcutManager.init(GraphicGraph graph,
View view)
Make the manager active on the given graph and view.
|
void |
MouseManager.init(GraphicGraph graph,
View view)
Make the manager active on the given graph and view.
|
void |
DefaultShortcutManager.init(GraphicGraph graph,
View view) |
Copyright © 2015. All rights reserved.