org.enhydra.jawe.components.graph.jped
Class PDFDocumentChain
java.lang.Object
org.enhydra.jawe.components.graph.jped.PDFChain
org.enhydra.jawe.components.graph.jped.PDFDocumentChain
public class PDFDocumentChain
- extends PDFChain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static java.util.logging.Logger log
plugin
private PDFPlugin plugin
next
private PDFDocumentChain next
graph
private Graph graph
output
private java.io.OutputStream output
PDFDocumentChain
public PDFDocumentChain(org.enhydra.shark.xpdl.XMLElement element,
Graph graph,
java.io.OutputStream output,
PDFPlugin plugin,
PDFPluginNotifier notifier,
PDFDocumentChain next)
processPlugin
public com.lowagie.text.Document processPlugin()
throws com.lowagie.text.DocumentException
- Throws:
com.lowagie.text.DocumentException
next
public com.lowagie.text.Document next()
throws com.lowagie.text.DocumentException
- Throws:
com.lowagie.text.DocumentException
getGraph
public Graph getGraph()
getOutputStream
public java.io.OutputStream getOutputStream()