Uses of Interface
org.graphstream.stream.ProxyPipe
| Package | Description |
|---|---|
| org.graphstream.stream.thread | |
| org.graphstream.ui.layout | |
| org.graphstream.ui.view |
-
Uses of ProxyPipe in org.graphstream.stream.thread
Classes in org.graphstream.stream.thread that implement ProxyPipe Modifier and Type Class Description classThreadProxyPipeFilter 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 Modifier and Type Method Description ProxyPipeLayoutRunner. newLayoutPipe()Pipe out whose input is connected to the layout algorithm. -
Uses of ProxyPipe in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement ProxyPipe Modifier and Type Class Description classViewerPipeShell 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.view that return ProxyPipe Modifier and Type Method Description ProxyPipeViewer. newThreadProxyOnGraphicGraph()New proxy pipe on events coming from the viewer through a thread.Methods in org.graphstream.ui.view with parameters of type ProxyPipe Modifier and Type Method Description abstract voidViewer. init(GraphicGraph graph, ProxyPipe ppipe, Source source)Initialise the viewer.Constructors in org.graphstream.ui.view with parameters of type ProxyPipe Constructor Description ViewerPipe(String id, ProxyPipe pipeIn)A shell around a pipe coming from a viewer in another thread.