Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph.jped
Class PDFPluginNotifier

java.lang.Object
  extended byorg.enhydra.jawe.components.graph.jped.PDFPluginNotifier

public class PDFPluginNotifier
extends java.lang.Object

This is a simple utility class that process a pack of pdf plugins by dispatching calls made during the process of creating a pdf document

Author:
delbd

Field Summary
private  com.lowagie.text.Section enclosingSection
           
private  java.util.logging.Logger log
           
private  PDFPlugin[] pluginInterfaces
           
 
Constructor Summary
PDFPluginNotifier()
           
 
Method Summary
 com.lowagie.text.Section getEnclosingSection()
           
 com.lowagie.text.Document processDocument(org.enhydra.shark.xpdl.XMLElement element, Graph graph, java.io.OutputStream output)
           
 com.lowagie.text.Element processElement(org.enhydra.shark.xpdl.XMLElement element)
           
 com.lowagie.text.Section processSection(org.enhydra.shark.xpdl.XMLElement element)
           
 void setEnclosingSection(com.lowagie.text.Section enclosingSection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private java.util.logging.Logger log

pluginInterfaces

private PDFPlugin[] pluginInterfaces

enclosingSection

private com.lowagie.text.Section enclosingSection
Constructor Detail

PDFPluginNotifier

public PDFPluginNotifier()
Method Detail

processDocument

public com.lowagie.text.Document processDocument(org.enhydra.shark.xpdl.XMLElement element,
                                                 Graph graph,
                                                 java.io.OutputStream output)
                                          throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

processSection

public com.lowagie.text.Section processSection(org.enhydra.shark.xpdl.XMLElement element)
                                        throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

processElement

public com.lowagie.text.Element processElement(org.enhydra.shark.xpdl.XMLElement element)
                                        throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

getEnclosingSection

public com.lowagie.text.Section getEnclosingSection()

setEnclosingSection

public void setEnclosingSection(com.lowagie.text.Section enclosingSection)

Together Workflow Editor 3.0-1 API