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.
|
class |
ThreadProxyPipeOld
Deprecated.
This is the old version of
ThreadProxyPipe . |
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.
|
Constructor and Description |
---|
Viewer(ProxyPipe source)
The graph or source of graph events is in another thread or on another
machine, but the pipe already exists.
|
Copyright © 2015. All rights reserved.