fop 1.0

Uses of Class
org.apache.fop.afp.AFPGraphics2D

Packages that use AFPGraphics2D
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
 AFPGraphics2D AFPGraphicsObjectInfo.getGraphics2D()
          Returns the AFP graphics 2D implementation
 

Methods in org.apache.fop.afp with parameters of type AFPGraphics2D
 void AFPGraphicsObjectInfo.setGraphics2D(AFPGraphics2D g2d)
          Sets the AFP graphics 2D implementation
 

Constructors in org.apache.fop.afp with parameters of type AFPGraphics2D
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
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)
          Constructs a new bridge context.
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)
          Constructs a new bridge context.
 

Uses of AFPGraphics2D in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp that return AFPGraphics2D
 AFPGraphics2D AFPInfo.createGraphics2D(boolean textAsShapes)
          Creates an AFPGraphics2D implementation
 

Methods in org.apache.fop.render.afp with parameters of type AFPGraphics2D
static org.apache.batik.bridge.BridgeContext AFPSVGHandler.createBridgeContext(FOUserAgent userAgent, AFPGraphics2D g2d)
           
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.