Home / Development / Documentation / 2.0.44 / EMFWriter
TreeGraph 2
 


info.bioinfweb.treegraph.graphics.export.emf
Class EMFWriter

java.lang.Object
  extended by info.bioinfweb.treegraph.graphics.export.AbstractGraphicWriter
      extended by info.bioinfweb.treegraph.graphics.export.FreeHEPWriter
          extended by info.bioinfweb.treegraph.graphics.export.emf.EMFWriter
All Implemented Interfaces:
GraphicWriter

public class EMFWriter
extends FreeHEPWriter
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
EMFWriter()
           
 
Method Summary
protected  org.freehep.graphicsio.AbstractVectorGraphicsIO createGraphics(OutputStream stream, Dimension dim)
           
 
Methods inherited from class info.bioinfweb.treegraph.graphics.export.FreeHEPWriter
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

EMFWriter

public EMFWriter()
Method Detail

createGraphics

protected org.freehep.graphicsio.AbstractVectorGraphicsIO createGraphics(OutputStream stream,
                                                                         Dimension dim)
Specified by:
createGraphics in class FreeHEPWriter