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

Packages that use GraphicWriterHints
info.bioinfweb.treegraph.graphics.export   
info.bioinfweb.treegraph.graphics.export.jpeg   
info.bioinfweb.treegraph.graphics.export.tiff   
info.bioinfweb.treegraph.gui.dialogs.exporttographic   
 

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

Methods in info.bioinfweb.treegraph.graphics.export with parameters of type GraphicWriterHints
protected  void SVGTranscodeWriter.addTranscodingHints(Transcoder transcoder, GraphicWriterHints writerHints)
          This method can be overwritten to add more transcoding hints to the transcoder.
 void GraphicWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, File file)
           
 void AbstractGraphicWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, File file)
           
 void SVGTranscodeWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, OutputStream stream)
          Writes the given document to the given stream in the graphic format provided by the transcoder-class specified in the constructor.
 void GraphicWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, OutputStream stream)
           
 void FreeHEPWriter.write(Document document, TreePainter painter, GraphicWriterHints hints, OutputStream stream)
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.jpeg with parameters of type GraphicWriterHints
protected  void JPEGWriter.addTranscodingHints(Transcoder transcoder, GraphicWriterHints writerHints)
           
 

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

Methods in info.bioinfweb.treegraph.graphics.export.tiff with parameters of type GraphicWriterHints
protected  void TIFFWriter.addTranscodingHints(Transcoder transcoder, GraphicWriterHints writerHints)
           
 

Uses of GraphicWriterHints in info.bioinfweb.treegraph.gui.dialogs.exporttographic
 

Methods in info.bioinfweb.treegraph.gui.dialogs.exporttographic that return GraphicWriterHints
private  GraphicWriterHints ExportToGraphicDialog.getHints()
          Returns the graphic writer hints that have been difined by the user.
 

Methods in info.bioinfweb.treegraph.gui.dialogs.exporttographic with parameters of type GraphicWriterHints
 void TransparenrtBgPrefPanel.addHints(GraphicWriterHints hints)
           
 void TIFFPrefPanel.addHints(GraphicWriterHints hints)
           
 void PreferencesPanel.addHints(GraphicWriterHints hints)
          This method should add the graphic writer hints that are specified by the components contained in the particular implementation
 void JPEGPrefPanel.addHints(GraphicWriterHints hints)