|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyPipe | |
---|---|
org.graphstream.stream.thread | |
org.graphstream.ui.layout | |
org.graphstream.ui.swingViewer |
Uses of ProxyPipe in org.graphstream.stream.thread |
---|
Classes in org.graphstream.stream.thread that implement ProxyPipe | |
---|---|
class |
ThreadProxyPipe
Filter that allows to pass graph events between two threads without explicit synchronization. |
Uses of ProxyPipe in org.graphstream.ui.layout |
---|
Methods in org.graphstream.ui.layout that return ProxyPipe | |
---|---|
ProxyPipe |
LayoutRunner.newLayoutPipe()
Pipe out whose input is connected to the layout algorithm. |
Uses of ProxyPipe in org.graphstream.ui.swingViewer |
---|
Classes in org.graphstream.ui.swingViewer that implement ProxyPipe | |
---|---|
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. |
Methods in org.graphstream.ui.swingViewer that return ProxyPipe | |
---|---|
ProxyPipe |
Viewer.newThreadProxyOnGraphicGraph()
New proxy pipe on events coming from the viewer through a thread. |
Constructors in org.graphstream.ui.swingViewer with parameters of type ProxyPipe | |
---|---|
Viewer(ProxyPipe source)
The graph or source of graph events is in another thread or on another machine, but the pipe already exists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |