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 | Description |
---|---|---|
AFPResourceManager |
AFPGraphics2D.getResourceManager() |
Returns the AFP resource manager associated with this
Graphics2D instance. |
Constructor | Description |
---|---|
AFPDitheredRectanglePainter(AFPPaintingState paintingState,
DataStream dataStream,
AFPResourceManager resourceManager) |
Main constructor
|
AFPGraphics2D(boolean textAsShapes,
AFPPaintingState paintingState,
AFPResourceManager resourceManager,
AFPResourceInfo resourceInfo,
FontInfo fontInfo) |
Main constructor
|
Constructor | Description |
---|---|
AFPTextHandler(FontInfo fontInfo,
AFPResourceManager resourceManager) |
Main constructor.
|
Modifier and Type | Method | Description |
---|---|---|
AFPResourceManager |
AFPInfo.getResourceManager() |
Returns the AFPResourceManager
|
AFPResourceManager |
AFPRenderingContext.getResourceManager() |
Returns the resource manager.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AFPInfo.setResourceManager(AFPResourceManager resourceManager) |
Sets the AFPResourceManager
|
Constructor | Description |
---|---|
AFPRenderingContext(FOUserAgent userAgent,
AFPResourceManager resourceManager,
AFPPaintingState paintingState,
FontInfo fontInfo,
java.util.Map foreignAttributes) |
Main constructor.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.