Home / Development / Documentation / 2.0.44 / SVGWriter
TreeGraph 2
 


info.bioinfweb.treegraph.graphics.export.svg
Class SVGWriter

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.svg.SVGWriter
All Implemented Interfaces:
GraphicWriter

public class SVGWriter
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
SVGWriter()
           
 
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

SVGWriter

public SVGWriter()