Package | Description |
---|---|
org.graphstream.graph | |
org.graphstream.stream.file | |
org.graphstream.ui.graphicGraph |
Modifier and Type | Method and Description |
---|---|
default 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 | 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 | 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.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicGraph.write(FileSink output,
java.lang.String filename) |