Home / Development / Documentation / 2.0.44 / PreferencesPanel
TreeGraph 2
 


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

All Known Implementing Classes:
JPEGPrefPanel, TIFFPrefPanel, TransparentBgPrefPanel

public interface PreferencesPanel

This interface should be implemented by all panels that are used to edit format specific preferences in the ExportToGraphics-dialog.

Author:
Ben Stöver

Method Summary
 void addHints(GraphicWriterHints hints)
          This method should add the graphic writer hints that are specified by the components contained in the particular implementation
 

Method Detail

addHints

void addHints(GraphicWriterHints hints)
This method should add the graphic writer hints that are specified by the components contained in the particular implementation

Parameters:
hints - the map to add the hints to