org.enhydra.jawe.components.graph.jped
Class PDFPluginNotifier
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private java.util.logging.Logger log
pluginInterfaces
private PDFPlugin[] pluginInterfaces
enclosingSection
private com.lowagie.text.Section enclosingSection
PDFPluginNotifier
public PDFPluginNotifier()
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)