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


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

Packages that use DocumentFilter
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. 
info.bioinfweb.treegraph.graphics.export The classes in this package implement the export of a tree document to the different supported graphic formats. 
info.bioinfweb.treegraph.graphics.export.emf The classes of this package implement exporting trees to a Windows Enhanced Metafile (EMF). 
info.bioinfweb.treegraph.graphics.export.jpeg The classes of this package implement exporting trees to the JPEG File Interchange Format. 
info.bioinfweb.treegraph.graphics.export.pdf The classes of this package implement exporting trees to the Portable Document Format (PDF). 
info.bioinfweb.treegraph.graphics.export.png The classes of this package implement exporting trees as Portable network graphics (PNG). 
info.bioinfweb.treegraph.graphics.export.svg The classes of this package implement exporting trees as Scalable vector graphics (SVG). 
info.bioinfweb.treegraph.graphics.export.tiff The classes of this package implement exporting trees to the Tagged Image File Format (TIFF). 
 

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

Classes in info.bioinfweb.treegraph.document.io that implement DocumentFilter
 class AbstractFilter
           
 class AbstractXMLFilter
           
 class SupportedFormatsFilter
           
 

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

Classes in info.bioinfweb.treegraph.document.io.newick that implement DocumentFilter
 class NewickFilter
           
 

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

Classes in info.bioinfweb.treegraph.document.io.nexus that implement DocumentFilter
 class NexusFilter
          Filter for Nexus files.
 

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

Classes in info.bioinfweb.treegraph.document.io.phyloxml that implement DocumentFilter
 class PhyloXMLFilter
           
 

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

Classes in info.bioinfweb.treegraph.document.io.tgf that implement DocumentFilter
 class TGFFilter
           
 

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

Classes in info.bioinfweb.treegraph.document.io.xtg that implement DocumentFilter
 class XTGFilter
           
 

Uses of DocumentFilter in info.bioinfweb.treegraph.graphics.export
 

Classes in info.bioinfweb.treegraph.graphics.export that implement DocumentFilter
 class GraphicFilter
           
 

Uses of DocumentFilter in info.bioinfweb.treegraph.graphics.export.emf
 

Classes in info.bioinfweb.treegraph.graphics.export.emf that implement DocumentFilter
 class EMFFilter
           
 

Uses of DocumentFilter in info.bioinfweb.treegraph.graphics.export.jpeg
 

Classes in info.bioinfweb.treegraph.graphics.export.jpeg that implement DocumentFilter
 class JPEGFilter
           
 

Uses of DocumentFilter in info.bioinfweb.treegraph.graphics.export.pdf
 

Classes in info.bioinfweb.treegraph.graphics.export.pdf that implement DocumentFilter
 class PDFFilter
           
 

Uses of DocumentFilter in info.bioinfweb.treegraph.graphics.export.png
 

Classes in info.bioinfweb.treegraph.graphics.export.png that implement DocumentFilter
 class PNGFilter
           
 

Uses of DocumentFilter in info.bioinfweb.treegraph.graphics.export.svg
 

Classes in info.bioinfweb.treegraph.graphics.export.svg that implement DocumentFilter
 class SVGFilter
           
 

Uses of DocumentFilter in info.bioinfweb.treegraph.graphics.export.tiff
 

Classes in info.bioinfweb.treegraph.graphics.export.tiff that implement DocumentFilter
 class TIFFFilter