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 classAFPGraphics2DThis 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 classPDFDocumentGraphics2DThis class is a wrapper for thePDFGraphics2Dthat is used to create a full document around the PDF rendering fromPDFGraphics2D.classPDFGraphics2DPDF Graphics 2D.
-