|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecttoxTree.tree.AbstractTreePrinter
toxTree.tree.PDFTreePrinter
public class PDFTreePrinter
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 |
---|
protected com.lowagie.text.Document pdfDoc
protected com.lowagie.text.pdf.PdfWriter pdfWriter
Constructor Detail |
---|
public PDFTreePrinter(java.io.OutputStream outputStream)
Method Detail |
---|
public void init(IDecisionMethod method) throws DecisionMethodIOException
init
in interface IProcessRule
DecisionMethodIOException
public java.lang.Object process(IDecisionMethod method, IDecisionRule rule) throws DecisionMethodIOException
process
in interface IProcessRule
DecisionMethodIOException
public void done() throws DecisionMethodIOException
done
in interface IProcessRule
done
in class AbstractTreePrinter
DecisionMethodIOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |