info.bioinfweb.treegraph.graphics.export.tiff
Class TIFFWriter
java.lang.Object
  
info.bioinfweb.treegraph.graphics.export.AbstractGraphicWriter
      
info.bioinfweb.treegraph.graphics.export.SVGTranscodeWriter
          
info.bioinfweb.treegraph.graphics.export.tiff.TIFFWriter
- All Implemented Interfaces: 
 - GraphicWriter
 
public class TIFFWriter
- extends SVGTranscodeWriter
- implements GraphicWriter
  
 
 
 
| 
Method Summary | 
protected  void | 
addTranscodingHints(org.apache.batik.transcoder.Transcoder transcoder,
                    GraphicWriterHints writerHints)
 
          This method can be overwritten to add more transcoding hints to the transcoder. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
KEY_TIFF_COMPRESSION_METHOD
public static final String KEY_TIFF_COMPRESSION_METHOD
- See Also:
 - Constant Field Values
 
DEFAULT_COMPRESSION_METHOD
public static final String DEFAULT_COMPRESSION_METHOD
- See Also:
 - Constant Field Values
 
TIFFWriter
public TIFFWriter()
addTranscodingHints
protected void addTranscodingHints(org.apache.batik.transcoder.Transcoder transcoder,
                                   GraphicWriterHints writerHints)
- Description copied from class: 
SVGTranscodeWriter 
This method can be overwritten to add more transcoding hints to the transcoder. This can e.g.
 be done by copying graphic writer hints to transcoding hints.
 
 Note that KEY_PIXEL_UNIT_TO_MILLIMETER, KEY_WIDTH,
 KEY_HEIGHT and KEY_BACKGROUND_COLOR (the brackground color
 for formats which do not support transparency) have already been added.
- Overrides:
 addTranscodingHints in class SVGTranscodeWriter
 
- Parameters:
 transcoder - the transcoder that transcodes from SVG to the respective image formatwriterHints - the hints that were specified when the write-method of this
        writer was called