Uses of Class
org.graphstream.stream.SourceBase

Packages that use SourceBase
org.graphstream.stream   
org.graphstream.stream.file   
org.graphstream.stream.file.dgs   
org.graphstream.stream.net   
org.graphstream.stream.thread   
org.graphstream.ui.layout.springbox   
org.graphstream.ui.swingViewer   
 

Uses of SourceBase in org.graphstream.stream
 

Subclasses of SourceBase in org.graphstream.stream
 class AttributePipe
          Allows to filter the attribute event stream.
 class GraphReplay
          A 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.
 class PipeBase
          A base pipe that merely let all events pass.
 

Uses of SourceBase in org.graphstream.stream.file
 

Subclasses of SourceBase in org.graphstream.stream.file
 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 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.
 

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

Subclasses of SourceBase in org.graphstream.stream.file.dgs
 class OldFileSourceDGS
          Class responsible for parsing files in the DGS format.
 

Uses of SourceBase in org.graphstream.stream.net
 

Subclasses of SourceBase in org.graphstream.stream.net
 class HTTPSource
          This source allows to control a graph from a web browser.
 

Uses of SourceBase in org.graphstream.stream.thread
 

Subclasses of SourceBase in org.graphstream.stream.thread
 class ThreadProxyPipe
          Filter 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
 class SpringBox
          An implementation of spring algorithms to layout a graph.
 

Uses of SourceBase in org.graphstream.ui.swingViewer
 

Subclasses of SourceBase in org.graphstream.ui.swingViewer
 class ViewerPipe
          Shell around a proxy pipe coming from the viewer allowing to put viewer listeners on a viewer that runs in a distinct thread.
 



Copyright © 2011. All Rights Reserved.