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   
info.bioinfweb.treegraph.document.io.nexus   
info.bioinfweb.treegraph.document.io.tgf   
info.bioinfweb.treegraph.document.io.xtg   
 

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.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()