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
Fields in org.apache.fop.afp declared as AFPGraphics2D Modifier and Type Field Description private AFPGraphics2D
AFPGraphicsObjectInfo. g2d
the AFP graphics 2d implementationMethods 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
Fields in org.apache.fop.afp.svg declared as AFPGraphics2D Modifier and Type Field Description private AFPGraphics2D
AFPBridgeContext. g2d
Constructors in org.apache.fop.afp.svg with parameters of type AFPGraphics2D Constructor Description AFPBridgeContext(org.apache.batik.bridge.UserAgent userAgent, org.apache.batik.bridge.DocumentLoader documentLoader, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform, AFPGraphics2D g2d, EventBroadcaster eventBroadCaster)
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, 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)
private AFPGraphicsObjectInfo
AFPSVGHandler. createGraphicsObjectInfo(AFPPaintingState paintingState, org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter, FOUserAgent userAgent, AFPResourceInfo resourceInfo, AFPGraphics2D g2d)
-