Together Workflow Editor 3.0-1 API

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

java.lang.Object
  extended byorg.enhydra.jawe.components.graph.jped.PDFChain
      extended byorg.enhydra.jawe.components.graph.jped.PDFSectionChain

public class PDFSectionChain
extends PDFChain


Field Summary
private static java.util.logging.Logger log
           
private  PDFSectionChain next
           
private  PDFPlugin plugin
           
 
Fields inherited from class org.enhydra.jawe.components.graph.jped.PDFChain
 
Constructor Summary
PDFSectionChain(org.enhydra.shark.xpdl.XMLElement element, PDFPlugin plugin, PDFPluginNotifier notifier, PDFSectionChain next)
           
 
Method Summary
 com.lowagie.text.Section next()
           
 com.lowagie.text.Section processPlugin()
           
 
Methods inherited from class org.enhydra.jawe.components.graph.jped.PDFChain
getElement, getEnclosingSection, setEnclosingSection, startProcessDocument, startProcessElement, startProcessSection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static java.util.logging.Logger log

plugin

private PDFPlugin plugin

next

private PDFSectionChain next
Constructor Detail

PDFSectionChain

public PDFSectionChain(org.enhydra.shark.xpdl.XMLElement element,
                       PDFPlugin plugin,
                       PDFPluginNotifier notifier,
                       PDFSectionChain next)
Method Detail

processPlugin

public com.lowagie.text.Section processPlugin()
                                       throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

next

public com.lowagie.text.Section next()
                              throws com.lowagie.text.DocumentException
Throws:
com.lowagie.text.DocumentException

Together Workflow Editor 3.0-1 API