Uses of Interface
org.graphstream.stream.file.FileSource
| Package | Description |
|---|---|
| org.graphstream.graph | |
| 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 Modifier and Type Method Description default voidGraph. read(FileSource input, String filename)Utility method to read a graph using the given reader. -
Uses of FileSource in org.graphstream.stream.file
Classes in org.graphstream.stream.file that implement FileSource Modifier and Type Class Description classFileSourceBaseBase for various graph file input.classFileSourceDGSClass responsible for parsing files in the DGS format.classFileSourceDGS1And2Class responsible for parsing files in the DGS format (old versions of the format).classFileSourceDOTGraph reader for GraphViz "dot" files.classFileSourceEdgeReader for the "edge" graph format.classFileSourceGEXFclassFileSourceGMLA GML parser.classFileSourceGPXSource to read GPX (GPS eXchange Format) data an XML extension to exchange gps coordinates, routes and tracks.classFileSourceGraphMLGraphML is a comprehensive and easy-to-use file format for graphs.classFileSourceLGLReader for the "LGL" graph format.classFileSourceNColReader for the "ncol" graph format.classFileSourcePajekA parser for the Pajek NET format.classFileSourceParserThis defines source using aParserobject to parse a stream and generate graph events.classFileSourceTLPSource for the Tulip file format (TLP).classFileSourceXMLBase for XML-based file format.Methods in org.graphstream.stream.file that return FileSource Modifier and Type Method Description static FileSourceFileSourceFactory. 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 Modifier and Type Class Description classOldFileSourceDGSClass 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 Modifier and Type Method Description voidGraphicGraph. read(FileSource input, String filename)