Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.io.AbstractFilter
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.io.AbstractFilter

Packages that use AbstractFilter
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 AbstractFilter in info.bioinfweb.treegraph.document.io
 

Subclasses of AbstractFilter in info.bioinfweb.treegraph.document.io
 class AbstractXMLFilter
           
 class SupportedFormatsFilter
           
 

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

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.document.io.newick
 class NewickFilter
           
 

Methods in info.bioinfweb.treegraph.document.io.newick that return AbstractFilter
 AbstractFilter NewickFactory.getFilter()
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.document.io.nexus
 class NexusFilter
          Filter for Nexus files.
 

Methods in info.bioinfweb.treegraph.document.io.nexus that return AbstractFilter
 AbstractFilter NexusFactory.getFilter()
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.document.io.phyloxml
 class PhyloXMLFilter
           
 

Methods in info.bioinfweb.treegraph.document.io.phyloxml that return AbstractFilter
 AbstractFilter PhyloXMLFactory.getFilter()
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.document.io.tgf
 class TGFFilter
           
 

Methods in info.bioinfweb.treegraph.document.io.tgf that return AbstractFilter
 AbstractFilter TGFFactory.getFilter()
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.document.io.xtg
 class XTGFilter
           
 

Methods in info.bioinfweb.treegraph.document.io.xtg that return AbstractFilter
 AbstractFilter XTGFactory.getFilter()
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.graphics.export
 class GraphicFilter
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.graphics.export.emf
 class EMFFilter
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.graphics.export.jpeg
 class JPEGFilter
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.graphics.export.pdf
 class PDFFilter
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.graphics.export.png
 class PNGFilter
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.graphics.export.svg
 class SVGFilter
           
 

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

Subclasses of AbstractFilter in info.bioinfweb.treegraph.graphics.export.tiff
 class TIFFFilter