Uses of Class
org.apache.fop.afp.AFPDataObjectInfo
Packages that use AFPDataObjectInfo
Package
Description
Contains an AFP library.
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
An AFP Renderer implementation and supporting classes.
-
Uses of AFPDataObjectInfo in org.apache.fop.afp
Subclasses of AFPDataObjectInfo in org.apache.fop.afpModifier and TypeClassDescriptionclassA graphics object info which contains necessary painting objectsclassA list of parameters associated with an imageMethods in org.apache.fop.afp with parameters of type AFPDataObjectInfoModifier and TypeMethodDescriptionAFPDataObjectFactory.createInclude(String includeName, AFPDataObjectInfo dataObjectInfo) Creates and returns a new include object.voidAFPResourceManager.createObject(AFPDataObjectInfo dataObjectInfo) Creates a new data object in the AFP datastreamAFPDataObjectFactory.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 AFPDataObjectInfoModifier and TypeMethodDescriptionvoidAbstractDataObject.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 AFPDataObjectInfoModifier and TypeMethodDescriptionprotected 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()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 AFPDataObjectInfoModifier and TypeMethodDescriptionprotected 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.