Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.gui.dialogs.io.exporttographic.PreferencesPanel
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.gui.dialogs.io.exporttographic.PreferencesPanel

Packages that use PreferencesPanel
info.bioinfweb.treegraph.gui.dialogs.io.exporttographic   
 

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

Classes in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic that implement PreferencesPanel
 class JPEGPrefPanel
           
 class TIFFPrefPanel
           
 class TransparentBgPrefPanel
           
 

Fields in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic declared as PreferencesPanel
private  PreferencesPanel ExportToGraphicDialog.preferencesPanel
           
 

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

Methods in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic that return PreferencesPanel
 PreferencesPanel PreferencesPanelFactory.getPanel(GraphicFormat format)