Uses of Interface
org.graphstream.stream.Pipe
-
Uses of Pipe in org.graphstream.graph
Subinterfaces of Pipe in org.graphstream.graph Modifier and Type Interface Description interfaceGraphAn Interface that advises general purpose methods for handling graphs. -
Uses of Pipe in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement Pipe Modifier and Type Class Description classAbstractGraphThis class provides a basic implementation ofGraphinterface, to minimize the effort required to implement this interface.classAdjacencyListGraphA lightweight graph class intended to allow the construction of big graphs (millions of elements).classDefaultGraphDefault implementation of graph.classMultiGraphA graph implementation that supports multiple edges between two nodes.classSingleGraphAn implementation of graph that supports only one edge between two nodes. -
Uses of Pipe in org.graphstream.stream
Subinterfaces of Pipe in org.graphstream.stream Modifier and Type Interface Description interfaceProxyPipeProxy pipe.Classes in org.graphstream.stream that implement Pipe Modifier and Type Class Description classAttributePipeAllows to filter the attribute event stream.classPipeAdapterAdapter for the filter interface.classPipeBaseA base pipe that merely let all events pass. -
Uses of Pipe in org.graphstream.stream.binary
Classes in org.graphstream.stream.binary that implement Pipe Modifier and Type Class Description classByteProxyThis class is a proxy that can exchange event binary-encoded (opposed to text-encoder) with another proxy. -
Uses of Pipe in org.graphstream.stream.file
Classes in org.graphstream.stream.file that implement Pipe Modifier and Type Class Description classFileSinkGEXF2 -
Uses of Pipe in org.graphstream.stream.file.gexf
Classes in org.graphstream.stream.file.gexf that implement Pipe Modifier and Type Class Description classGEXF -
Uses of Pipe in org.graphstream.stream.thread
Classes in org.graphstream.stream.thread that implement Pipe Modifier and Type Class Description classThreadProxyPipeFilter that allows to pass graph events between two threads without explicit synchronization. -
Uses of Pipe in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement Pipe Modifier and Type Class Description classGraphicGraphGraph representation used in display classes. -
Uses of Pipe in org.graphstream.ui.layout
Subinterfaces of Pipe in org.graphstream.ui.layout Modifier and Type Interface Description interfaceLayoutLayout algorithm interface. -
Uses of Pipe in org.graphstream.ui.layout.springbox
Classes in org.graphstream.ui.layout.springbox that implement Pipe Modifier and Type Class Description classBarnesHutLayoutBase implementation of a Barnes-Hut space decomposition and particle interaction algorithm to be used for force-based layout algorithms. -
Uses of Pipe in org.graphstream.ui.layout.springbox.implementations
Classes in org.graphstream.ui.layout.springbox.implementations that implement Pipe Modifier and Type Class Description classLinLogclassSpringBoxThe GraphStream Spring-Box layout. -
Uses of Pipe in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement Pipe 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. -
Uses of Pipe in org.graphstream.util
Classes in org.graphstream.util that implement Pipe Modifier and Type Class Description classGraphListenersHelper object to handle events producted by a graph.