public class PDFTreePrinter extends AbstractTreePrinter implements IProcessRule
| Modifier and Type | Field and Description |
|---|---|
protected com.lowagie.text.Document |
pdfDoc |
protected com.lowagie.text.pdf.PdfWriter |
pdfWriter |
imageTools, outputStream| Constructor and Description |
|---|
PDFTreePrinter(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
void |
init(IDecisionMethod method) |
Object |
process(IDecisionMethod method,
IDecisionRule rule) |
getOutputStream, setOutputStream, writeMoleculeprotected com.lowagie.text.Document pdfDoc
protected com.lowagie.text.pdf.PdfWriter pdfWriter
public PDFTreePrinter(OutputStream outputStream)
public void init(IDecisionMethod method) throws DecisionMethodIOException
init in interface IProcessRuleDecisionMethodIOExceptionpublic Object process(IDecisionMethod method, IDecisionRule rule) throws DecisionMethodIOException
process in interface IProcessRuleDecisionMethodIOExceptionpublic void done()
throws DecisionMethodIOException
done in interface IProcessRuledone in class AbstractTreePrinterDecisionMethodIOExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.