Uses of Class
org.apache.fop.afp.AFPGraphics2D
-
Packages that use AFPGraphics2D Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.svg Contains a collection of AFP specific Batik bridges.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPGraphics2D in org.apache.fop.afp
Methods in org.apache.fop.afp that return AFPGraphics2D Modifier and Type Method Description AFPGraphics2D
AFPGraphicsObjectInfo. getGraphics2D()
Returns the AFP graphics 2D implementationMethods in org.apache.fop.afp with parameters of type AFPGraphics2D Modifier and Type Method Description void
AFPGraphicsObjectInfo. setGraphics2D(AFPGraphics2D g2d)
Sets the AFP graphics 2D implementationConstructors in org.apache.fop.afp with parameters of type AFPGraphics2D Constructor Description AFPGraphics2D(AFPGraphics2D g2d)
Copy Constructor -
Uses of AFPGraphics2D in org.apache.fop.afp.svg
Constructors in org.apache.fop.afp.svg with parameters of type AFPGraphics2D Constructor Description AFPBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform, AFPGraphics2D g2d, org.apache.fop.events.EventBroadcaster eventBroadCaster)
Constructs a new bridge context. -
Uses of AFPGraphics2D in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return AFPGraphics2D Modifier and Type Method Description AFPGraphics2D
AFPInfo. createGraphics2D(boolean textAsShapes)
Creates an AFPGraphics2D implementationMethods in org.apache.fop.render.afp with parameters of type AFPGraphics2D Modifier and Type Method Description static org.apache.batik.bridge.BridgeContext
AFPSVGHandler. createBridgeContext(FOUserAgent userAgent, AFPGraphics2D g2d)
-