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


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

Packages that use GraphicFormat
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). 
info.bioinfweb.treegraph.gui.dialogs.io.exporttographic   
 

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

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

Methods in info.bioinfweb.treegraph.graphics.export that return GraphicFormat
 GraphicFormat GraphicWriterFactory.formatByFileName(String name)
           
abstract  GraphicFormat GraphicFilter.getFormat()
           
static GraphicFormat GraphicFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphicFormat[] GraphicFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.bioinfweb.treegraph.graphics.export with parameters of type GraphicFormat
 GraphicFilter GraphicWriterFactory.getFilter(GraphicFormat f)
           
 GraphicWriter GraphicWriterFactory.getWriter(GraphicFormat f)
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.emf that return GraphicFormat
 GraphicFormat EMFFilter.getFormat()
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.jpeg that return GraphicFormat
 GraphicFormat JPEGFilter.getFormat()
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.pdf that return GraphicFormat
 GraphicFormat PDFFilter.getFormat()
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.png that return GraphicFormat
 GraphicFormat PNGFilter.getFormat()
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.svg that return GraphicFormat
 GraphicFormat SVGFilter.getFormat()
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.tiff that return GraphicFormat
 GraphicFormat TIFFFilter.getFormat()
           
 

Uses of GraphicFormat in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic
 

Fields in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic with type parameters of type GraphicFormat
private  EnumMap<GraphicFormat,PreferencesPanel> PreferencesPanelFactory.panels
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic that return GraphicFormat
private  GraphicFormat ExportToGraphicDialog.getFormat()
          Returns the graphic format the user selected.
 

Methods in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic with parameters of type GraphicFormat
 PreferencesPanel PreferencesPanelFactory.getPanel(GraphicFormat format)
           
private  void ExportToGraphicDialog.setPereferencesPanel(GraphicFormat format)