Package | Description |
---|---|
org.apache.fop.afp |
Contains an AFP library.
|
org.apache.fop.afp.modca |
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AFPGraphicsObjectInfo
A graphics object info which contains necessary painting objects
|
class |
AFPImageObjectInfo
A list of parameters associated with an image
|
Modifier and Type | Method and Description |
---|---|
IncludeObject |
AFPDataObjectFactory.createInclude(String includeName,
AFPDataObjectInfo dataObjectInfo)
Creates and returns a new include object.
|
void |
AFPResourceManager.createObject(AFPDataObjectInfo dataObjectInfo)
Creates a new data object in the AFP datastream
|
ObjectContainer |
AFPDataObjectFactory.createObjectContainer(AFPDataObjectInfo dataObjectInfo)
Creates and configures an ObjectContainer.
|
boolean |
AFPResourceManager.tryIncludeObject(AFPDataObjectInfo dataObjectInfo)
Tries to create an include of a data object that has been previously added to the
AFP data stream.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataObject.setViewport(AFPDataObjectInfo dataObjectInfo)
Sets the object view port (area position and size).
|
void |
GraphicsObject.setViewport(AFPDataObjectInfo dataObjectInfo)
Sets the object view port (area position and size).
|
void |
ImageObject.setViewport(AFPDataObjectInfo dataObjectInfo)
Sets the object view port (area position and size).
|
void |
ObjectContainer.setViewport(AFPDataObjectInfo dataObjectInfo)
Sets the object view port (area position and size).
|
Modifier and Type | Method and Description |
---|---|
protected AFPDataObjectInfo |
AFPImageHandlerRawJPEG.createDataObjectInfo()
Creates the data object information object
|
protected AFPDataObjectInfo |
AFPImageHandlerRawCCITTFax.createDataObjectInfo()
Creates the data object information object
|
protected AFPDataObjectInfo |
AFPImageHandlerSVG.createDataObjectInfo() |
protected AFPDataObjectInfo |
AFPImageHandlerRenderedImage.createDataObjectInfo()
Creates the data object information object
|
protected AFPDataObjectInfo |
AFPImageHandlerGraphics2D.createDataObjectInfo()
Creates the data object information object
|
protected AFPDataObjectInfo |
AFPImageHandlerRawStream.createDataObjectInfo()
Creates the data object information object
|
protected abstract AFPDataObjectInfo |
AFPImageHandler.createDataObjectInfo()
Creates the data object information object
|
AFPDataObjectInfo |
AFPImageHandler.generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo)
Generates an intermediate AFPDataObjectInfo that is later used to construct
the appropriate data object in the AFP DataStream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAFPImageHandlerRawStream.setAdditionalParameters(AFPDataObjectInfo imageObjectInfo,
org.apache.xmlgraphics.image.loader.impl.ImageRawStream image)
Sets additional parameters on the image object info being built.
|
protected void |
AFPImageHandlerRawCCITTFax.setAdditionalParameters(AFPDataObjectInfo dataObjectInfo,
org.apache.xmlgraphics.image.loader.impl.ImageRawStream image)
Sets additional parameters on the image object info being built.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.