Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.graphics.export.SingletonGraphicsFactory
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.graphics.export.SingletonGraphicsFactory

Packages that use SingletonGraphicsFactory
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 SingletonGraphicsFactory in info.bioinfweb.treegraph.graphics.export.emf
 

Subclasses of SingletonGraphicsFactory in info.bioinfweb.treegraph.graphics.export.emf
 class EMFFactory
           
 

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

Subclasses of SingletonGraphicsFactory in info.bioinfweb.treegraph.graphics.export.jpeg
 class JPEGFactory
           
 

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

Subclasses of SingletonGraphicsFactory in info.bioinfweb.treegraph.graphics.export.pdf
 class PDFFactory
           
 

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

Subclasses of SingletonGraphicsFactory in info.bioinfweb.treegraph.graphics.export.png
 class PNGFactory
           
 

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

Subclasses of SingletonGraphicsFactory in info.bioinfweb.treegraph.graphics.export.svg
 class SVGFactory
           
 

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

Subclasses of SingletonGraphicsFactory in info.bioinfweb.treegraph.graphics.export.tiff
 class TIFFFactory