Uses of Class
org.apache.fop.svg.SVGUserAgent
-
Packages that use SVGUserAgent Package Description org.apache.fop.image.loader.batik Contains implementations of image loaders and converters which are dependent on Apache Batik (SVG and WMF).org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of SVGUserAgent in org.apache.fop.image.loader.batik
Constructors in org.apache.fop.image.loader.batik with parameters of type SVGUserAgent Constructor Description GenericFOPBridgeContext(SVGUserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)
Constructs a new bridge context. -
Uses of SVGUserAgent in org.apache.fop.svg
Constructors in org.apache.fop.svg with parameters of type SVGUserAgent Constructor Description PDFBridgeContext(SVGUserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)
Constructs a new bridge context.
-