Package | Description |
---|---|
org.apache.fop.afp |
Contains an AFP library.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
Modifier and Type | Method and Description |
---|---|
AFPResourceInfo |
AFPDataObjectInfo.getResourceInfo()
Returns the resource level at which this data object should reside
|
Modifier and Type | Method and Description |
---|---|
ResourceObject |
AFPDataObjectFactory.createResource(AbstractNamedAFPObject namedObj,
AFPResourceInfo resourceInfo,
Registry.ObjectType objectType)
Creates a resource object wrapper for named includable data objects
|
boolean |
AFPResourceManager.includeCachedObject(AFPResourceInfo resourceInfo,
AFPObjectAreaInfo areaInfo) |
boolean |
AFPResourceManager.isObjectCached(AFPResourceInfo resourceInfo)
Returns
true if the passed AFPResourceInfo instance is already cached. |
void |
AFPDataObjectInfo.setResourceInfo(AFPResourceInfo resourceInfo)
Sets the resource level at which this object should reside
|
Constructor and Description |
---|
AFPGraphics2D(boolean textAsShapes,
AFPPaintingState paintingState,
AFPResourceManager resourceManager,
AFPResourceInfo resourceInfo,
FontInfo fontInfo)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
static AFPResourceInfo |
AFPImageHandler.createResourceInformation(String uri,
Map foreignAttributes)
Sets resource information on the data object info.
|
AFPResourceInfo |
AFPInfo.getResourceInfo()
Returns the resource information
|
AFPResourceInfo |
AFPForeignAttributeReader.getResourceInfo(Map<org.apache.xmlgraphics.util.QName,String> foreignAttributes)
Returns the resource information
|
Modifier and Type | Method and Description |
---|---|
void |
AFPInfo.setResourceInfo(AFPResourceInfo resourceInfo)
Sets the resource information
|
Copyright © 2025 Apache Software Foundation. All rights reserved.