Uses of Class
infovis.table.io.AbstractTableReader

Packages that use AbstractTableReader
infovis.graph.io Manage input and ouput of graphs using various formats or sources. 
infovis.table.io Manage input and ouput of tables using various formats or sources. 
infovis.tree.io Manage input and ouput of trees using various formats or sources. 
 

Uses of AbstractTableReader in infovis.graph.io
 

Subclasses of AbstractTableReader in infovis.graph.io
 class AbstractGraphReader
          Base class for Graph readers, except for formats based on XML.
 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 HTMLGraphReader
          The HTMLGraphReader is creates a graph from html web sites.
 class PajekNetReader
          Class PajekNetReader
 class RDFGraphReader
          Class RDFGraphReader
 class VCGGraphReader
          Class VCGGraphReader
 

Uses of AbstractTableReader in infovis.table.io
 

Subclasses of AbstractTableReader in infovis.table.io
 class CSVTableReader
          Read an Excel CSV format into a table.
 class TQDTableReader
          Reader of Time Series TQD format for tables.
 

Uses of AbstractTableReader in infovis.tree.io
 

Subclasses of AbstractTableReader in infovis.tree.io
 class AbstractTreeReader
          Abstract Reader for Trees.
 class DirectoryTreeReader
          Reader of Directory.
 class FileListTreeReader
          Class FileListTreeReader Creates a tree from a list of file names, one per line.
 class JarTreeReader
          Creates a Class Tree from a Jar File.
 class NewickTreeReader
          Read Trees in Newick format, usually for phylogenetic trees.
 class TM3TreeReader
          Reader for the UMD Treemap TM3 Format.
 



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