com.aurigalogic.doclet.writer
Class PDFDocWriter

java.lang.Object
  |
  +--com.aurigalogic.doclet.writer.AbstractDocWriter
        |
        +--com.aurigalogic.doclet.writer.FODocWriter
              |
              +--com.aurigalogic.doclet.writer.PDFDocWriter
All Implemented Interfaces:
DocWriter
Direct Known Subclasses:
MIFDocWriter, PCLDocWriter, PSDocWriter, SVGDocWriter

public class PDFDocWriter
extends FODocWriter

PDF document generator.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/12/24 12:38:12 $
Author:
Khurshidali Shaikh

Field Summary
 
Fields inherited from class com.aurigalogic.doclet.writer.AbstractDocWriter
cssStream, log, OUTPUT_HTML, OUTPUT_XML, outputFile, parameters, xmlStream, xslStream
 
Constructor Summary
PDFDocWriter()
           
 
Method Summary
 void writeDoc()
          Writes the javadoc output to the specified file.
protected  void writeDocUsingFOP(int renderer)
          Convert the input stream to output stream using the given xsl stream and the renderer.
 
Methods inherited from class com.aurigalogic.doclet.writer.FODocWriter
createFO
 
Methods inherited from class com.aurigalogic.doclet.writer.AbstractDocWriter
doTransform, setCssStream, setOutputFile, setParameters, setXmlStream, setXslStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFDocWriter

public PDFDocWriter()
Method Detail

writeDoc

public void writeDoc()
              throws java.lang.Exception
Writes the javadoc output to the specified file.

Specified by:
writeDoc in interface DocWriter
Overrides:
writeDoc in class FODocWriter
Throws:
java.lang.Exception - in case of an error.

writeDocUsingFOP

protected void writeDocUsingFOP(int renderer)
                         throws java.lang.Exception
Convert the input stream to output stream using the given xsl stream and the renderer.

Parameters:
renderer - the fop renderer to use
java.lang.Exception