From 654077411d1f5e6430215db2e56be6a910223a89 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 30 Oct 2002 08:55:45 +0000 Subject: [PATCH] updated for latest code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195371 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/svg/package.html | 30 ++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/org/apache/fop/svg/package.html b/src/org/apache/fop/svg/package.html index 537adb42d..1f7cfb6be 100644 --- a/src/org/apache/fop/svg/package.html +++ b/src/org/apache/fop/svg/package.html @@ -1,7 +1,31 @@ org.apache.fop.svg Package -

Classes that add basic SVG support to FOP

-

This includes flow objects, areas and properties.

+

Classes that add SVG support to FOP and SVG->PDF conversion for Batik.

+

+This package contains classes for drawing to PDF using +a Graphics2D implementation. +

+

+The classes: PDFAElementBridge, PDFANode, PDFImageElementBridge, +PDFTextElementBridge and PDFTextPainter are used in conjunction +with batik to draw the SVG into the PDF document. +

+

+The PDFTranscoder is a transcoder for use with batik to convert +from SVG to a single page PDF document. +

+

+SVGElement, SVGElementMapping, SVGObj and SVGUserAgent are used by +FOP for handling embedded SVG or external SVG graphics. +

+

+The PDFGraphics2D does all the work to draw into a PDF document and +the PDFDocumentGraphics2D is used when drawing into a single document. +

+

+SVGUtilities contains some useful svg element creation methods. +

- \ No newline at end of file + + -- 2.39.5