Together Workflow Editor 3.0-1 API

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

java.lang.Object
  extended byorg.enhydra.jawe.components.graph.jped.PDFChain
Direct Known Subclasses:
PDFDocumentChain, PDFElementChain, PDFSectionChain

public abstract class PDFChain
extends java.lang.Object


Field Summary
private  org.enhydra.shark.xpdl.XMLElement element
           
private  com.lowagie.text.Section enclosing
           
private  PDFPluginNotifier notifier
           
 
Constructor Summary
PDFChain(org.enhydra.shark.xpdl.XMLElement element, PDFPluginNotifier notifier)
           
 
Method Summary
 org.enhydra.shark.xpdl.XMLElement getElement()
           
 com.lowagie.text.Section getEnclosingSection()
           
 void setEnclosingSection(com.lowagie.text.Section enclosingSection)
           
 com.lowagie.text.Document startProcessDocument(org.enhydra.shark.xpdl.XMLElement element, Graph graph, java.io.OutputStream output)
           
 com.lowagie.text.Element startProcessElement(org.enhydra.shark.xpdl.XMLElement element)
           
 com.lowagie.text.Section startProcessSection(org.enhydra.shark.xpdl.XMLElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

private org.enhydra.shark.xpdl.XMLElement element

enclosing

private com.lowagie.text.Section enclosing

notifier

private PDFPluginNotifier notifier
Constructor Detail

PDFChain

public PDFChain(org.enhydra.shark.xpdl.XMLElement element,
                PDFPluginNotifier notifier)
Method Detail

getElement

public org.enhydra.shark.xpdl.XMLElement getElement()

startProcessDocument

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

startProcessElement

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

startProcessSection

public com.lowagie.text.Section startProcessSection(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