org.enhydra.jawe.components.graph.jped
Class PDFChain
java.lang.Object
org.enhydra.jawe.components.graph.jped.PDFChain
- Direct Known Subclasses:
- PDFDocumentChain, PDFElementChain, PDFSectionChain
- public abstract class PDFChain
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
private org.enhydra.shark.xpdl.XMLElement element
enclosing
private com.lowagie.text.Section enclosing
notifier
private PDFPluginNotifier notifier
PDFChain
public PDFChain(org.enhydra.shark.xpdl.XMLElement element,
PDFPluginNotifier notifier)
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)