Uses of Interface
org.graphstream.stream.file.FileSink

Packages that use FileSink
org.graphstream.graph   
org.graphstream.graph.implementations   
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
 void Graph.write(FileSink output, String filename)
          Utility method to write a graph in the chosen format to a file.
 

Uses of FileSink in org.graphstream.graph.implementations
 

Methods in org.graphstream.graph.implementations with parameters of type FileSink
 void AbstractGraph.write(FileSink output, String filename)
           
 

Uses of FileSink in org.graphstream.stream.file
 

Classes in org.graphstream.stream.file that implement FileSink
 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 FileSinkImages
          Output graph in image files.
 class FileSinkSVG
          Transforms a graph into a SVG description.
 class FileSinkSVG2
           
 class FileSinkSWF
          This class intends to output a dynamic graph into a Flash animation.
 class FileSinkTikZ
          An export of a graph to PGF/TikZ format.
 

Methods in org.graphstream.stream.file that return FileSink
static FileSink FileSinkFactory.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
 void GraphicGraph.write(FileSink output, String filename)
           
 



Copyright © 2012. All Rights Reserved.