|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 |
SpringBox
An implementation of spring algorithms to layout a graph. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |