Uses of Class
org.apache.fop.afp.AFPDataObjectInfo
-
Packages that use AFPDataObjectInfo 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. -
-
Uses of AFPDataObjectInfo in org.apache.fop.afp
Subclasses of AFPDataObjectInfo in org.apache.fop.afp Modifier and Type Class Description class
AFPGraphicsObjectInfo
A graphics object info which contains necessary painting objectsclass
AFPImageObjectInfo
A list of parameters associated with an imageFields in org.apache.fop.afp declared as AFPDataObjectInfo Modifier and Type Field Description protected AFPDataObjectInfo
AFPResourceManager.AbstractCachedObject. dataObjectInfo
Methods in org.apache.fop.afp with parameters of type AFPDataObjectInfo Modifier and Type Method Description IncludeObject
AFPDataObjectFactory. createInclude(java.lang.String includeName, AFPDataObjectInfo dataObjectInfo)
Creates and returns a new include object.void
AFPResourceManager. createObject(AFPDataObjectInfo dataObjectInfo)
Creates a new data object in the AFP datastreamObjectContainer
AFPDataObjectFactory. createObjectContainer(AFPDataObjectInfo dataObjectInfo)
Creates and configures an ObjectContainer.private void
AFPResourceManager. includeObject(AFPDataObjectInfo dataObjectInfo, java.lang.String objectName)
private void
AFPResourceManager. includeObject(AbstractNamedAFPObject namedObj, AFPDataObjectInfo dataObjectInfo)
private void
AFPResourceManager. includePageSegment(AFPDataObjectInfo dataObjectInfo, java.lang.String pageSegmentName)
boolean
AFPResourceManager. tryIncludeObject(AFPDataObjectInfo dataObjectInfo)
Tries to create an include of a data object that has been previously added to the AFP data stream.Constructors in org.apache.fop.afp with parameters of type AFPDataObjectInfo Constructor Description AbstractCachedObject(java.lang.String objectName, AFPDataObjectInfo dataObjectInfo)
CachedObject(java.lang.String objectName, AFPDataObjectInfo dataObjectInfo)
CachedPageSegment(java.lang.String objectName, AFPDataObjectInfo dataObjectInfo)
-
Uses of AFPDataObjectInfo in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type AFPDataObjectInfo Modifier and Type Method 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). -
Uses of AFPDataObjectInfo in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return AFPDataObjectInfo Modifier and Type Method Description protected abstract AFPDataObjectInfo
AFPImageHandler. createDataObjectInfo()
Creates the data object information objectprotected AFPDataObjectInfo
AFPImageHandlerGraphics2D. createDataObjectInfo()
Creates the data object information objectprotected AFPDataObjectInfo
AFPImageHandlerRawCCITTFax. createDataObjectInfo()
Creates the data object information objectprotected AFPDataObjectInfo
AFPImageHandlerRawJPEG. createDataObjectInfo()
Creates the data object information objectprotected AFPDataObjectInfo
AFPImageHandlerRawStream. createDataObjectInfo()
Creates the data object information objectprotected AFPDataObjectInfo
AFPImageHandlerRenderedImage. createDataObjectInfo()
Creates the data object information objectprotected AFPDataObjectInfo
AFPImageHandlerSVG. createDataObjectInfo()
private AFPDataObjectInfo
AFPImageHandlerRenderedImage.RenderedImageEncoder. encodeImage(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState)
AFPDataObjectInfo
AFPImageHandler. generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo)
Generates an intermediate AFPDataObjectInfo that is later used to construct the appropriate data object in the AFP DataStream.Methods in org.apache.fop.render.afp with parameters of type AFPDataObjectInfo Modifier and Type Method 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.private void
AbstractAFPImageHandlerRawStream. updateDataObjectInfo(AFPDataObjectInfo dataObjectInfo, org.apache.xmlgraphics.image.loader.impl.ImageRawStream rawStream, AFPResourceManager resourceManager)
-