toxTree.tree
Class AbstractTreeWriter

java.lang.Object
  extended by toxTree.tree.AbstractTreePrinter
      extended by toxTree.tree.AbstractTreeWriter
All Implemented Interfaces:
IProcessRule
Direct Known Subclasses:
ReportTreePrinter, SimpleTreePrinter

public abstract class AbstractTreeWriter
extends AbstractTreePrinter


Field Summary
protected  java.io.Writer writer
           
 
Fields inherited from class toxTree.tree.AbstractTreePrinter
imageTools, outputStream
 
Constructor Summary
AbstractTreeWriter(java.io.OutputStream outputStream)
           
AbstractTreeWriter(java.io.Writer output)
           
 
Method Summary
 void done()
           
 java.io.Writer getWriter()
           
 void setWriter(java.io.Writer writer)
           
 
Methods inherited from class toxTree.tree.AbstractTreePrinter
getOutputStream, setOutputStream, writeMolecule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface toxTree.core.IProcessRule
init, process
 

Field Detail

writer

protected java.io.Writer writer
Constructor Detail

AbstractTreeWriter

public AbstractTreeWriter(java.io.Writer output)

AbstractTreeWriter

public AbstractTreeWriter(java.io.OutputStream outputStream)
Method Detail

getWriter

public java.io.Writer getWriter()

setWriter

public void setWriter(java.io.Writer writer)

done

public void done()
          throws DecisionMethodIOException
Specified by:
done in interface IProcessRule
Overrides:
done in class AbstractTreePrinter
Throws:
DecisionMethodIOException


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.