Modifier and Type | Interface and Description |
---|---|
interface |
Graph
An Interface that advises general purpose methods for handling graphs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<AttributeSink> |
Graph.attributeSinks()
Returns an "iterable" of
AttributeSink objects registered to this
graph. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<AttributeSink> |
AbstractGraph.attributeSinks() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGraph.addAttributeSink(AttributeSink sink) |
void |
AbstractGraph.removeAttributeSink(AttributeSink sink) |
Modifier and Type | Interface and Description |
---|---|
interface |
Pipe
Sink and source of graph events.
|
interface |
ProxyPipe
Proxy pipe.
|
interface |
Sink
Sink of graph events.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedSink
A sink easily allowing a bind between attribute modifications and method
calls.
|
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.
|
class |
SinkAdapter
Adapter for the
Sink interface. |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<AttributeSink> |
SourceBase.attributeSinks() |
Modifier and Type | Method and Description |
---|---|
void |
Timeline.addAttributeSink(AttributeSink sink) |
void |
Source.addAttributeSink(AttributeSink sink)
Add a sink for attribute events only.
|
void |
PipeAdapter.addAttributeSink(AttributeSink listener) |
void |
SourceAdapter.addAttributeSink(AttributeSink sink) |
void |
SourceBase.addAttributeSink(AttributeSink sink) |
void |
Timeline.removeAttributeSink(AttributeSink sink) |
void |
Source.removeAttributeSink(AttributeSink sink)
Remove an attribute sink.
|
void |
PipeAdapter.removeAttributeSink(AttributeSink listener) |
void |
SourceAdapter.removeAttributeSink(AttributeSink sink) |
void |
SourceBase.removeAttributeSink(AttributeSink sink) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteEncoder
Define an encoder that transform received events into a binary buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteProxy
This class is a proxy that can exchange event binary-encoded (opposed to
text-encoder) with another proxy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileSink
Output a graph or graph events to a file.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSinkBase
Base implementation for graph output to files.
|
class |
FileSinkBaseFiltered
Base implementation for filtered graph output to files.
|
class |
FileSinkDGS
File output for the DGS (Dynamic Graph Stream) file format.
|
class |
FileSinkDGSFiltered
File output for the DGS (Dynamic Graph Stream) file format.
|
class |
FileSinkDOT
Graph writer for the GraphViz DOT format.
|
class |
FileSinkDynamicGML
Transform the input events into a GML graph.
|
class |
FileSinkGEXF |
class |
FileSinkGEXF2 |
class |
FileSinkGML
Transform the input events into a GML graph.
|
class |
FileSinkGraphML |
class |
FileSinkImages
Output graph in image files.
|
class |
FileSinkSVG
Transforms a graph into a SVG description.
|
class |
FileSinkSVG2 |
class |
FileSinkTikZ
An export of a graph to PGF/TikZ format.
|
Modifier and Type | Class and Description |
---|---|
class |
GEXF |
class |
GEXFAttributes |
class |
GEXFEdges |
class |
GEXFNodes |
Modifier and Type | Class and Description |
---|---|
class |
NetStreamEncoder |
Modifier and Type | Class and Description |
---|---|
class |
RMISink |
Modifier and Type | Method and Description |
---|---|
void |
RMISource.addAttributeSink(AttributeSink listener) |
void |
RMISource.removeAttributeSink(AttributeSink listener) |
Modifier and Type | Class and Description |
---|---|
class |
ThreadProxyPipe
Filter that allows to pass graph events between two threads without explicit
synchronization.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicGraph
Graph representation used in display classes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<AttributeSink> |
GraphicGraph.attributeSinks() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicGraph.addAttributeSink(AttributeSink listener) |
void |
GraphicGraph.removeAttributeSink(AttributeSink listener) |
Modifier and Type | Interface and Description |
---|---|
interface |
Layout
Layout algorithm interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BarnesHutLayout
Base implementation of a Barnes-Hut space decomposition and particle
interaction algorithm to be used for force-based layout algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
LinLog |
class |
SpringBox
The GraphStream Spring-Box layout.
|
Modifier and Type | Class and Description |
---|---|
class |
SpriteManager
Set of sprites associated with a graph.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphListeners
Helper object to handle events producted by a graph.
|
class |
StepCounter
Count the step of a stream.
|
class |
VerboseSink
A sink that can be used to display event in a PrintStream like System.out.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphSpells |