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 classAFPGraphicsObjectInfoA graphics object info which contains necessary painting objectsclassAFPImageObjectInfoA list of parameters associated with an imageMethods in org.apache.fop.afp with parameters of type AFPDataObjectInfo Modifier and Type Method Description IncludeObjectAFPDataObjectFactory. createInclude(java.lang.String includeName, AFPDataObjectInfo dataObjectInfo)Creates and returns a new include object.voidAFPResourceManager. createObject(AFPDataObjectInfo dataObjectInfo)Creates a new data object in the AFP datastreamObjectContainerAFPDataObjectFactory. createObjectContainer(AFPDataObjectInfo dataObjectInfo)Creates and configures an ObjectContainer.booleanAFPResourceManager. tryIncludeObject(AFPDataObjectInfo dataObjectInfo)Tries to create an include of a data object that has been previously added to the AFP data stream. -
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 voidAbstractDataObject. setViewport(AFPDataObjectInfo dataObjectInfo)Sets the object view port (area position and size).voidGraphicsObject. setViewport(AFPDataObjectInfo dataObjectInfo)Sets the object view port (area position and size).voidImageObject. setViewport(AFPDataObjectInfo dataObjectInfo)Sets the object view port (area position and size).voidObjectContainer. 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 AFPDataObjectInfoAFPImageHandler. createDataObjectInfo()Creates the data object information objectprotected AFPDataObjectInfoAFPImageHandlerGraphics2D. createDataObjectInfo()Creates the data object information objectprotected AFPDataObjectInfoAFPImageHandlerRawCCITTFax. createDataObjectInfo()Creates the data object information objectprotected AFPDataObjectInfoAFPImageHandlerRawJPEG. createDataObjectInfo()Creates the data object information objectprotected AFPDataObjectInfoAFPImageHandlerRawStream. createDataObjectInfo()Creates the data object information objectprotected AFPDataObjectInfoAFPImageHandlerRenderedImage. createDataObjectInfo()Creates the data object information objectprotected AFPDataObjectInfoAFPImageHandlerSVG. createDataObjectInfo()AFPDataObjectInfoAFPImageHandler. 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 voidAbstractAFPImageHandlerRawStream. setAdditionalParameters(AFPDataObjectInfo imageObjectInfo, org.apache.xmlgraphics.image.loader.impl.ImageRawStream image)Sets additional parameters on the image object info being built.protected voidAFPImageHandlerRawCCITTFax. setAdditionalParameters(AFPDataObjectInfo dataObjectInfo, org.apache.xmlgraphics.image.loader.impl.ImageRawStream image)Sets additional parameters on the image object info being built.
-