Package | Description |
---|---|
org.graphstream.stream.thread | |
org.graphstream.ui.layout | |
org.graphstream.ui.view |
Modifier and Type | Class and Description |
---|---|
class |
ThreadProxyPipe
Filter that allows to pass graph events between two threads without explicit
synchronization.
|
Modifier and Type | Method and Description |
---|---|
ProxyPipe |
LayoutRunner.newLayoutPipe()
Pipe out whose input is connected to the layout algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewerPipe
Shell around a proxy pipe coming from the viewer allowing to put viewer
listeners on a viewer that runs in a distinct thread.
|
Modifier and Type | Method and Description |
---|---|
ProxyPipe |
Viewer.newThreadProxyOnGraphicGraph()
New proxy pipe on events coming from the viewer through a thread.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Viewer.init(GraphicGraph graph,
ProxyPipe ppipe,
Source source)
Initialise the viewer.
|
Constructor and Description |
---|
ViewerPipe(java.lang.String id,
ProxyPipe pipeIn)
A shell around a pipe coming from a viewer in another thread.
|