Uses of Class
infovis.graph.io.AbstractGraphReader

Packages that use AbstractGraphReader
infovis.graph.io Manage input and ouput of graphs using various formats or sources. 
 

Uses of AbstractGraphReader in infovis.graph.io
 

Subclasses of AbstractGraphReader in infovis.graph.io
 class AdjGraphReader
          Class AdjGraphReader
 class ChacoGraphReader
          Reader for the Chaco format.
 class DOTGraphReader
          Reader class for the DOT file format.
 class GMLGraphReader
          Reader for the GML graph file format.
 class PajekNetReader
          Class PajekNetReader
 class RDFGraphReader
          Class RDFGraphReader
 class VCGGraphReader
          Class VCGGraphReader
 

Methods in infovis.graph.io that return AbstractGraphReader
 AbstractGraphReader VCGParser.getGraphReader()
           
 AbstractGraphReader DOTParser.getGraphReader()
           
 

Methods in infovis.graph.io with parameters of type AbstractGraphReader
 void VCGParser.setGraphReader(AbstractGraphReader reader)
           
 void DOTParser.setGraphReader(AbstractGraphReader reader)
           
 



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.