Uses of Class
org.apache.fop.svg.SimpleSVGUserAgent
-
Packages that use SimpleSVGUserAgent 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 SimpleSVGUserAgent in org.apache.fop.image.loader.batik
Methods in org.apache.fop.image.loader.batik that return SimpleSVGUserAgent Modifier and Type Method Description protected SimpleSVGUserAgent
ImageConverterSVG2G2D. createBatikUserAgent(float pxToMillimeter)
Creates a user agent for Batik. -
Uses of SimpleSVGUserAgent in org.apache.fop.svg
Subclasses of SimpleSVGUserAgent in org.apache.fop.svg Modifier and Type Class Description class
SVGUserAgent
The SVG user agent.
-