Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.graphics.export.GraphicsFactory
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.graphics.export.GraphicsFactory

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

Classes in info.bioinfweb.treegraph.graphics.export that implement GraphicsFactory
 class SingletonGraphicsFactory
           
 

Fields in info.bioinfweb.treegraph.graphics.export with type parameters of type GraphicsFactory
private  EnumMap<GraphicFormat,GraphicsFactory> GraphicWriterFactory.factories
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.emf that implement GraphicsFactory
 class EMFFactory
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.jpeg that implement GraphicsFactory
 class JPEGFactory
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.pdf that implement GraphicsFactory
 class PDFFactory
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.png that implement GraphicsFactory
 class PNGFactory
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.svg that implement GraphicsFactory
 class SVGFactory
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.tiff that implement GraphicsFactory
 class TIFFFactory