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


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

Packages that use GraphicWriterHints
info.bioinfweb.treegraph.cmd Contains classes that process the command line arguments for TreeGraph 2. 
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.jpeg The classes of this package implement exporting trees to the JPEG File Interchange Format. 
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 GraphicWriterHints in info.bioinfweb.treegraph.cmd
 

Methods in info.bioinfweb.treegraph.cmd with parameters of type GraphicWriterHints
private static float ImageGenerator.readDistance(String content, GraphicWriterHints hints)
          Reads a distance value (width or height) from the specified parameter in millimeters or pixels.
 

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(org.apache.batik.transcoder.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(org.apache.batik.transcoder.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(org.apache.batik.transcoder.Transcoder transcoder, GraphicWriterHints writerHints)
           
 

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

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

Methods in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic with parameters of type GraphicWriterHints
 void TransparentBgPrefPanel.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)