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

Packages that use GraphicFormat
info.bioinfweb.treegraph.graphics.export   
info.bioinfweb.treegraph.graphics.export.emf   
info.bioinfweb.treegraph.graphics.export.jpeg   
info.bioinfweb.treegraph.graphics.export.pdf   
info.bioinfweb.treegraph.graphics.export.png   
info.bioinfweb.treegraph.graphics.export.svg   
info.bioinfweb.treegraph.graphics.export.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)