Uses of Interface
org.apache.fop.svg.NativeImageHandler
-
Packages that use NativeImageHandler Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of NativeImageHandler in org.apache.fop.afp
Classes in org.apache.fop.afp that implement NativeImageHandler Modifier and Type Class Description class
AFPGraphics2D
This is a concrete implementation ofAbstractGraphics2D
(and therefore ofGraphics2D
) which is able to generate GOCA byte codes. -
Uses of NativeImageHandler in org.apache.fop.svg
Classes in org.apache.fop.svg that implement NativeImageHandler Modifier and Type Class Description class
PDFDocumentGraphics2D
This class is a wrapper for thePDFGraphics2D
that is used to create a full document around the PDF rendering fromPDFGraphics2D
.class
PDFGraphics2D
PDF Graphics 2D.
-