Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.io.DocumentWriter
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.document.io.DocumentWriter

Packages that use DocumentWriter
info.bioinfweb.treegraph.document.io Contains classes necessary to read and write the data structure of a TreeGraph 2 document from and to different formats. 
info.bioinfweb.treegraph.document.io.newick Contains classes implementing the import from and export to the Newick format. 
info.bioinfweb.treegraph.document.io.nexus Contains classes implementing the import from and export to the Nexus format. 
info.bioinfweb.treegraph.document.io.phyloxml Contains classes implementing the import from the phyloXML format. 
info.bioinfweb.treegraph.document.io.tgf The classes in this package were planned to allow the import of TGF files into TreeGraph 2. 
info.bioinfweb.treegraph.document.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
 

Uses of DocumentWriter in info.bioinfweb.treegraph.document.io
 

Classes in info.bioinfweb.treegraph.document.io that implement DocumentWriter
 class AbstractDocumentWriter
           
 

Methods in info.bioinfweb.treegraph.document.io that return DocumentWriter
 DocumentWriter SingleReadWriteFactory.getWriter()
           
 DocumentWriter ReadWriteFactory.getWriter(ReadWriteFormat f)
           
 

Uses of DocumentWriter in info.bioinfweb.treegraph.document.io.newick
 

Classes in info.bioinfweb.treegraph.document.io.newick that implement DocumentWriter
 class NewickWriter
          This class writes a Document in a nexus file (contains only the newick string).
 

Methods in info.bioinfweb.treegraph.document.io.newick that return DocumentWriter
 DocumentWriter NewickFactory.getWriter()
           
 

Uses of DocumentWriter in info.bioinfweb.treegraph.document.io.nexus
 

Classes in info.bioinfweb.treegraph.document.io.nexus that implement DocumentWriter
 class NexusWriter
           
 

Methods in info.bioinfweb.treegraph.document.io.nexus that return DocumentWriter
 DocumentWriter NexusFactory.getWriter()
           
 

Uses of DocumentWriter in info.bioinfweb.treegraph.document.io.phyloxml
 

Methods in info.bioinfweb.treegraph.document.io.phyloxml that return DocumentWriter
 DocumentWriter PhyloXMLFactory.getWriter()
           
 

Uses of DocumentWriter in info.bioinfweb.treegraph.document.io.tgf
 

Methods in info.bioinfweb.treegraph.document.io.tgf that return DocumentWriter
 DocumentWriter TGFFactory.getWriter()
           
 

Uses of DocumentWriter in info.bioinfweb.treegraph.document.io.xtg
 

Classes in info.bioinfweb.treegraph.document.io.xtg that implement DocumentWriter
 class XTGWriter
           
 

Methods in info.bioinfweb.treegraph.document.io.xtg that return DocumentWriter
 DocumentWriter XTGFactory.getWriter()