fop 0.90alpha1

org.apache.fop.render.pdf
Class PDFSVGHandler.SVGHandler

java.lang.Object
  |
  +--org.apache.fop.render.pdf.PDFSVGHandler.SVGHandler
Enclosing class:
PDFSVGHandler

protected class PDFSVGHandler.SVGHandler
extends java.lang.Object

This method is placed in an inner class so that we don't get class loading errors if batik is not present.


Constructor Summary
protected PDFSVGHandler.SVGHandler()
           
 
Method Summary
protected  void renderSVGDocument(RendererContext context, org.w3c.dom.Document doc, PDFSVGHandler.PDFInfo pdfInfo)
          Render the svg document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFSVGHandler.SVGHandler

protected PDFSVGHandler.SVGHandler()
Method Detail

renderSVGDocument

protected void renderSVGDocument(RendererContext context,
                                 org.w3c.dom.Document doc,
                                 PDFSVGHandler.PDFInfo pdfInfo)
Render the svg document.
Parameters:
context - the renderer context
doc - the svg document
pdfInfo - the pdf information of the current context

fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.