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

Packages that use FileSource
org.graphstream.graph   
org.graphstream.graph.implementations   
org.graphstream.stream.file   
org.graphstream.stream.file.dgs   
org.graphstream.ui.graphicGraph   
 

Uses of FileSource in org.graphstream.graph
 

Methods in org.graphstream.graph with parameters of type FileSource
 void Graph.read(FileSource input, String filename)
          Utility method to read a graph using the given reader.
 

Uses of FileSource in org.graphstream.graph.implementations
 

Methods in org.graphstream.graph.implementations with parameters of type FileSource
 void AbstractGraph.read(FileSource input, String filename)
           
 

Uses of FileSource in org.graphstream.stream.file
 

Classes in org.graphstream.stream.file that implement FileSource
 class FileSourceBase
          Base for various graph file input.
 class FileSourceDGS
          Class responsible for parsing files in the DGS format.
 class FileSourceDGS1And2
          Class responsible for parsing files in the DGS format (old versions of the format).
 class FileSourceDOT
          Graph reader for GraphViz "dot" files.
 class FileSourceEdge
          Reader for the "edge" graph format.
 class FileSourceGEXF
          File source for the GEXF file format used by Gephi.
 class FileSourceGML
          A GML parser.
 class FileSourceGPX
          Source to read GPX (GPS eXchange Format) data an XML extension to exchange gps coordinates, routes and tracks.
 class FileSourceGraphML
          GraphML is a comprehensive and easy-to-use file format for graphs.
 class FileSourceLGL
          Reader for the "LGL" graph format.
 class FileSourceNCol
          Reader for the "ncol" graph format.
 class FileSourcePajek
          A parser for the Pajek NET format.
 class FileSourceParser
          This defines source using a Parser object to parse a stream and generate graph events.
 class FileSourceTLP
          Source for the Tulip file format (TLP).
 class FileSourceXML
          Base for XML-based file format.
 

Methods in org.graphstream.stream.file that return FileSource
static FileSource FileSourceFactory.sourceFor(String fileName)
          Create a file input for the given file name.
 

Uses of FileSource in org.graphstream.stream.file.dgs
 

Classes in org.graphstream.stream.file.dgs that implement FileSource
 class OldFileSourceDGS
          Class responsible for parsing files in the DGS format.
 

Uses of FileSource in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph with parameters of type FileSource
 void GraphicGraph.read(FileSource input, String filename)
           
 



Copyright © 2012. All Rights Reserved.