Uses of Class
org.apache.fop.svg.AbstractFOPBridgeContext
-
Packages that use AbstractFOPBridgeContext Package Description org.apache.fop.afp.svg Contains a collection of AFP specific Batik bridges.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.render.ps PostScript Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of AbstractFOPBridgeContext in org.apache.fop.afp.svg
Subclasses of AbstractFOPBridgeContext in org.apache.fop.afp.svg Modifier and Type Class Description class
AFPBridgeContext
An AFP specific implementation of a Batik BridgeContext -
Uses of AbstractFOPBridgeContext in org.apache.fop.image.loader.batik
Subclasses of AbstractFOPBridgeContext in org.apache.fop.image.loader.batik Modifier and Type Class Description (package private) class
GenericFOPBridgeContext
BridgeContext which registers the custom bridges for Java2D output. -
Uses of AbstractFOPBridgeContext in org.apache.fop.render.ps
Subclasses of AbstractFOPBridgeContext in org.apache.fop.render.ps Modifier and Type Class Description class
PSBridgeContext
BridgeContext which registers the custom bridges for PostScript output. -
Uses of AbstractFOPBridgeContext in org.apache.fop.svg
Subclasses of AbstractFOPBridgeContext in org.apache.fop.svg Modifier and Type Class Description class
PDFBridgeContext
BridgeContext which registers the custom bridges for PDF output.
-