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


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

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

Classes in info.bioinfweb.treegraph.graphics.export that implement GraphicWriter
 class AbstractGraphicWriter
           
 class FreeHEPWriter
           
 class SVGTranscodeWriter
          This class generates an image file from a tree document.
 

Fields in info.bioinfweb.treegraph.graphics.export declared as GraphicWriter
private  GraphicWriter SingletonGraphicsFactory.writer
           
 

Methods in info.bioinfweb.treegraph.graphics.export that return GraphicWriter
protected abstract  GraphicWriter SingletonGraphicsFactory.createWriter()
           
 GraphicWriter SingletonGraphicsFactory.getWriter()
           
 GraphicWriter GraphicsFactory.getWriter()
           
 GraphicWriter GraphicWriterFactory.getWriter(GraphicFormat f)
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.emf that implement GraphicWriter
 class EMFWriter
           
 

Methods in info.bioinfweb.treegraph.graphics.export.emf that return GraphicWriter
protected  GraphicWriter EMFFactory.createWriter()
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.jpeg that implement GraphicWriter
 class JPEGWriter
           
 

Methods in info.bioinfweb.treegraph.graphics.export.jpeg that return GraphicWriter
protected  GraphicWriter JPEGFactory.createWriter()
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.pdf that implement GraphicWriter
 class PDFWriter
           
 

Methods in info.bioinfweb.treegraph.graphics.export.pdf that return GraphicWriter
protected  GraphicWriter PDFFactory.createWriter()
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.png that implement GraphicWriter
 class PNGWriter
           
 

Methods in info.bioinfweb.treegraph.graphics.export.png that return GraphicWriter
protected  GraphicWriter PNGFactory.createWriter()
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.svg that implement GraphicWriter
 class SVGWriter
           
 

Methods in info.bioinfweb.treegraph.graphics.export.svg that return GraphicWriter
protected  GraphicWriter SVGFactory.createWriter()
           
 

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

Classes in info.bioinfweb.treegraph.graphics.export.tiff that implement GraphicWriter
 class TIFFWriter
           
 

Methods in info.bioinfweb.treegraph.graphics.export.tiff that return GraphicWriter
protected  GraphicWriter TIFFFactory.createWriter()