Home / Development / Documentation / 2.0.44 / PNGWriter
TreeGraph 2
 


info.bioinfweb.treegraph.graphics.export.png
Class PNGWriter

java.lang.Object
  extended by info.bioinfweb.treegraph.graphics.export.AbstractGraphicWriter
      extended by info.bioinfweb.treegraph.graphics.export.SVGTranscodeWriter
          extended by info.bioinfweb.treegraph.graphics.export.png.PNGWriter
All Implemented Interfaces:
GraphicWriter

public class PNGWriter
extends SVGTranscodeWriter
implements GraphicWriter


Field Summary
 
Fields inherited from interface info.bioinfweb.treegraph.graphics.export.GraphicWriter
KEY_DIMENSIONS_IN_PIXELS, KEY_HEIGHT, KEY_PIXELS_PER_MILLIMETER, KEY_TRANSPARENT, KEY_WIDTH
 
Constructor Summary
PNGWriter()
           
 
Method Summary
 
Methods inherited from class info.bioinfweb.treegraph.graphics.export.SVGTranscodeWriter
addTranscodingHints, write
 
Methods inherited from class info.bioinfweb.treegraph.graphics.export.AbstractGraphicWriter
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.graphics.export.GraphicWriter
write, write
 

Constructor Detail

PNGWriter

public PNGWriter()