Package | Description |
---|---|
org.graphstream.graph | |
org.graphstream.graph.implementations | |
org.graphstream.stream.file |
Modifier and Type | Method and Description |
---|---|
void |
Graph.write(FileSink output,
java.lang.String filename)
Utility method to write a graph in the chosen format to a file.
|
Modifier and Type | Method and Description |
---|---|
void |
Graphs.SynchronizedGraph.write(FileSink output,
java.lang.String filename) |
void |
AbstractGraph.write(FileSink output,
java.lang.String filename) |
Modifier and Type | Class and Description |
---|---|
class |
FileSinkBase
Base implementation for graph output to files.
|
class |
FileSinkDGS
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 |
FileSinkGML
Transform the input events into a GML graph.
|
class |
FileSinkGraphML |
class |
FileSinkSWF
This class intends to output a dynamic graph into a Flash animation.
|
Modifier and Type | Method and Description |
---|---|
static FileSink |
FileSinkFactory.sinkFor(java.lang.String filename)
Looks at the file name given and its extension and propose a file output
for the format that match this extension.
|