Together Workflow Editor 3.0-1 API

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

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

public class PDFElementChain
extends PDFChain


Field Summary
private static java.util.logging.Logger log
           
private  PDFElementChain next
           
private  PDFPlugin plugin
           
 
Fields inherited from class org.enhydra.jawe.components.graph.jped.PDFChain
 
Constructor Summary
PDFElementChain(org.enhydra.shark.xpdl.XMLElement element, PDFPlugin plugin, PDFPluginNotifier notifier, PDFElementChain next)
           
 
Method Summary
 com.lowagie.text.Element next()
           
 com.lowagie.text.Element 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 PDFElementChain next
Constructor Detail

PDFElementChain

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

processPlugin

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

next

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

Together Workflow Editor 3.0-1 API