info.bioinfweb.treegraph.graphics.export
Class FreeHEPWriter
java.lang.Object
  
info.bioinfweb.treegraph.graphics.export.AbstractGraphicWriter
      
info.bioinfweb.treegraph.graphics.export.FreeHEPWriter
- All Implemented Interfaces: 
 - GraphicWriter
 
- Direct Known Subclasses: 
 - EMFWriter
 
public abstract class FreeHEPWriter
- extends AbstractGraphicWriter
- implements GraphicWriter
  
 
 
 
 
 
| 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 | 
 
FreeHEPWriter
public FreeHEPWriter()
createGraphics
protected abstract org.freehep.graphicsio.AbstractVectorGraphicsIO createGraphics(OutputStream stream,
                                                                                  Dimension dim)
 
 
write
public void write(Document document,
                  TreePainter painter,
                  GraphicWriterHints hints,
                  OutputStream stream)
- Specified by:
 write in interface GraphicWriter