Uses of Class
org.graphstream.stream.SourceBase
-
Uses of SourceBase in org.graphstream.stream
Subclasses of SourceBase in org.graphstream.stream Modifier and Type Class Description classAttributePipeAllows to filter the attribute event stream.classGraphReplayA simple source of graph events that takes an existing graph and creates a flow of events by enumerating all nodes, edges and attributes of the graph.classPipeBaseA base pipe that merely let all events pass. -
Uses of SourceBase in org.graphstream.stream.binary
Subclasses of SourceBase in org.graphstream.stream.binary Modifier and Type Class Description classByteProxyThis class is a proxy that can exchange event binary-encoded (opposed to text-encoder) with another proxy. -
Uses of SourceBase in org.graphstream.stream.file
Subclasses of SourceBase in org.graphstream.stream.file Modifier and Type Class Description classFileSinkGEXF2classFileSourceBaseBase 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. -
Uses of SourceBase in org.graphstream.stream.file.dgs
Subclasses of SourceBase in org.graphstream.stream.file.dgs Modifier and Type Class Description classOldFileSourceDGSClass responsible for parsing files in the DGS format. -
Uses of SourceBase in org.graphstream.stream.file.gexf
Subclasses of SourceBase in org.graphstream.stream.file.gexf Modifier and Type Class Description classGEXF -
Uses of SourceBase in org.graphstream.stream.netstream
Subclasses of SourceBase in org.graphstream.stream.netstream Modifier and Type Class Description classNetStreamDecoder -
Uses of SourceBase in org.graphstream.stream.thread
Subclasses of SourceBase in org.graphstream.stream.thread Modifier and Type Class Description classThreadProxyPipeFilter that allows to pass graph events between two threads without explicit synchronization. -
Uses of SourceBase in org.graphstream.ui.layout.springbox
Subclasses of SourceBase in org.graphstream.ui.layout.springbox Modifier and Type Class Description classBarnesHutLayoutBase implementation of a Barnes-Hut space decomposition and particle interaction algorithm to be used for force-based layout algorithms. -
Uses of SourceBase in org.graphstream.ui.layout.springbox.implementations
Subclasses of SourceBase in org.graphstream.ui.layout.springbox.implementations Modifier and Type Class Description classLinLogclassSpringBoxThe GraphStream Spring-Box layout. -
Uses of SourceBase in org.graphstream.ui.view
Subclasses of SourceBase in org.graphstream.ui.view Modifier and Type Class Description classViewerPipeShell around a proxy pipe coming from the viewer allowing to put viewer listeners on a viewer that runs in a distinct thread. -
Uses of SourceBase in org.graphstream.util
Subclasses of SourceBase in org.graphstream.util Modifier and Type Class Description classGraphListenersHelper object to handle events producted by a graph.