toxTree.tree
Class PDFTreePrinter

java.lang.Object
  extended by toxTree.tree.AbstractTreePrinter
      extended by toxTree.tree.PDFTreePrinter
All Implemented Interfaces:
IProcessRule

public class PDFTreePrinter
extends AbstractTreePrinter
implements IProcessRule


Field Summary
protected  com.lowagie.text.Document pdfDoc
           
protected  com.lowagie.text.pdf.PdfWriter pdfWriter
           
 
Fields inherited from class toxTree.tree.AbstractTreePrinter
imageTools, outputStream
 
Constructor Summary
PDFTreePrinter(java.io.OutputStream outputStream)
           
 
Method Summary
 void done()
           
 void init(IDecisionMethod method)
           
 java.lang.Object process(IDecisionMethod method, IDecisionRule rule)
           
 
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
 

Field Detail

pdfDoc

protected com.lowagie.text.Document pdfDoc

pdfWriter

protected com.lowagie.text.pdf.PdfWriter pdfWriter
Constructor Detail

PDFTreePrinter

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

init

public void init(IDecisionMethod method)
          throws DecisionMethodIOException
Specified by:
init in interface IProcessRule
Throws:
DecisionMethodIOException

process

public java.lang.Object process(IDecisionMethod method,
                                IDecisionRule rule)
                         throws DecisionMethodIOException
Specified by:
process in interface IProcessRule
Throws:
DecisionMethodIOException

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.