Uses of Interface
org.graphstream.stream.file.FileSink
| Package | Description |
|---|---|
| org.graphstream.graph | |
| org.graphstream.stream.file | |
| org.graphstream.ui.graphicGraph |
-
Uses of FileSink in org.graphstream.graph
Methods in org.graphstream.graph with parameters of type FileSink Modifier and Type Method Description default voidGraph. write(FileSink output, String filename)Utility method to write a graph in the chosen format to a file. -
Uses of FileSink in org.graphstream.stream.file
Classes in org.graphstream.stream.file that implement FileSink Modifier and Type Class Description classFileSinkBaseBase implementation for graph output to files.classFileSinkBaseFilteredBase implementation for filtered graph output to files.classFileSinkDGSFile output for the DGS (Dynamic Graph Stream) file format.classFileSinkDGSFilteredFile output for the DGS (Dynamic Graph Stream) file format.classFileSinkDOTGraph writer for the GraphViz DOT format.classFileSinkDynamicGMLTransform the input events into a GML graph.classFileSinkGEXFclassFileSinkGEXF2classFileSinkGMLTransform the input events into a GML graph.classFileSinkGraphMLclassFileSinkImagesOutput graph in image files.classFileSinkSVGclassFileSinkTikZAn export of a graph to PGF/TikZ format.classFileSinkUnstyledSVGTransforms a graph into a SVG description.Methods in org.graphstream.stream.file that return FileSink Modifier and Type Method Description static FileSinkFileSinkFactory. sinkFor(String filename)Looks at the file name given and its extension and propose a file output for the format that match this extension. -
Uses of FileSink in org.graphstream.ui.graphicGraph
Methods in org.graphstream.ui.graphicGraph with parameters of type FileSink Modifier and Type Method Description voidGraphicGraph. write(FileSink output, String filename)