Uses of Class
infovis.io.AbstractWriter

Packages that use AbstractWriter
infovis.graph.io Manage input and ouput of graphs using various formats or sources. 
infovis.io Provides base classes for managing input and output of Infovis data structures. 
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 AbstractWriter in infovis.graph.io
 

Subclasses of AbstractWriter in infovis.graph.io
 class DOTGraphWriter
          Class DOTGraphWriter
 class GraphMLWriter
          Writer for the GraphML format.
 class PajekGraphWriter
          Class PajekGraphWriter
 class VCGGraphWriter
          Class VCGGraphWriter
 

Methods in infovis.graph.io that return AbstractWriter
 AbstractWriter GraphWriterFactory.DefaultCreator.create(OutputStream out, String name, Table table)
           
static AbstractWriter GraphWriterFactory.createGraphWriter(String name, Graph graph)
          Creates a graph reader from a specified resource name and a graph
 

Uses of AbstractWriter in infovis.io
 

Subclasses of AbstractWriter in infovis.io
 class AbstractXMLWriter
          Abstract writer for XML format.
 

Methods in infovis.io that return AbstractWriter
 AbstractWriter AbstractWriterFactory.Creator.create(OutputStream out, String name, Table table)
           
 AbstractWriter AbstractWriterFactory.create(String name, Table table)
          Returns an AbstractReader able to read the specified resource name or null.
 AbstractWriter AbstractWriterFactory.Creator.create(String name, Table table)
           
 AbstractWriter AbstractWriterFactory.AbstractCreator.create(String name, Table table)
           
 

Uses of AbstractWriter in infovis.table.io
 

Subclasses of AbstractWriter in infovis.table.io
 class CSVTableWriter
          Write an Excel CVS format a a table.
 

Uses of AbstractWriter in infovis.tree.io
 

Subclasses of AbstractWriter in infovis.tree.io
 class AbstractTreeWriter
          Abstract Writer for Trees.
 class XMLTreeWriter
          Writer according to the treeml DTD.
 



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