Uses of Interface
org.graphstream.stream.Pipe

Packages that use Pipe
org.graphstream.graph   
org.graphstream.graph.implementations   
org.graphstream.stream   
org.graphstream.stream.thread   
org.graphstream.ui.graphicGraph   
org.graphstream.ui.layout   
org.graphstream.ui.layout.springbox   
org.graphstream.ui.layout.springbox.implementations   
org.graphstream.ui.swingViewer   
 

Uses of Pipe in org.graphstream.graph
 

Subinterfaces of Pipe in org.graphstream.graph
 interface Graph
          An 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
 class AbstractGraph
           This class provides a basic implementation of Graph interface, to minimize the effort required to implement this interface.
 class AdjacencyListGraph
           A lightweight graph class intended to allow the construction of big graphs (millions of elements).
 class DefaultGraph
          Default implementation of graph.
 class MultiGraph
          A graph implementation that supports multiple edges between two nodes.
 class SingleGraph
          An 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
 interface ProxyPipe
          Proxy pipe.
 

Classes in org.graphstream.stream that implement Pipe
 class AttributePipe
          Allows to filter the attribute event stream.
 class PipeAdapter
          Adapter for the filter interface.
 class PipeBase
          A base pipe that merely let all events pass.
 

Uses of Pipe in org.graphstream.stream.thread
 

Classes in org.graphstream.stream.thread that implement Pipe
 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.
 

Uses of Pipe in org.graphstream.ui.graphicGraph
 

Classes in org.graphstream.ui.graphicGraph that implement Pipe
 class GraphicGraph
          Graph representation used in display classes.
 

Uses of Pipe in org.graphstream.ui.layout
 

Subinterfaces of Pipe in org.graphstream.ui.layout
 interface Layout
          Layout algorithm interface.
 

Uses of Pipe in org.graphstream.ui.layout.springbox
 

Classes in org.graphstream.ui.layout.springbox that implement Pipe
 class BarnesHutLayout
          Base 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
 class LinLog
           
 class SpringBox
          The GraphStream Spring-Box layout.
 

Uses of Pipe in org.graphstream.ui.swingViewer
 

Classes in org.graphstream.ui.swingViewer that implement Pipe
 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.
 



Copyright © 2013. All Rights Reserved.