You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 884B

12345678910111213141516171819202122232425262728293031
  1. <HTML>
  2. <TITLE>org.apache.fop.svg Package</TITLE>
  3. <BODY>
  4. <P>Classes that add SVG support to FOP and SVG->PDF conversion for Batik.</P>
  5. <P>
  6. This package contains classes for drawing to PDF using
  7. a Graphics2D implementation.
  8. </P>
  9. <P>
  10. The classes: PDFAElementBridge, PDFANode, PDFImageElementBridge,
  11. PDFTextElementBridge and PDFTextPainter are used in conjunction
  12. with batik to draw the SVG into the PDF document.
  13. </P>
  14. <P>
  15. The PDFTranscoder is a transcoder for use with batik to convert
  16. from SVG to a single page PDF document.
  17. </P>
  18. <P>
  19. SVGElement, SVGElementMapping and SVGObj are used by
  20. FOP for handling embedded SVG or external SVG graphics.
  21. </P>
  22. <P>
  23. The PDFGraphics2D does all the work to draw into a PDF document and
  24. the PDFDocumentGraphics2D is used when drawing into a single document.
  25. </P>
  26. <P>
  27. SVGUtilities contains some useful svg element creation methods.
  28. </P>
  29. </BODY>
  30. </HTML>