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.
|
Modifier and Type | Method and Description |
---|---|
AFPGraphics2D |
AFPGraphicsObjectInfo.getGraphics2D()
Returns the AFP graphics 2D implementation
|
Modifier and Type | Method and Description |
---|---|
void |
AFPGraphicsObjectInfo.setGraphics2D(AFPGraphics2D g2d)
Sets the AFP graphics 2D implementation
|
Constructor and Description |
---|
AFPGraphics2D(AFPGraphics2D g2d)
Copy Constructor
|
Constructor and 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)
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.
|
Modifier and Type | Method and Description |
---|---|
AFPGraphics2D |
AFPInfo.createGraphics2D(boolean textAsShapes)
Creates an AFPGraphics2D implementation
|
Modifier and Type | Method and Description |
---|---|
static org.apache.batik.bridge.BridgeContext |
AFPSVGHandler.createBridgeContext(FOUserAgent userAgent,
AFPGraphics2D g2d) |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.