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 imageFields in org.apache.fop.afp declared as AFPDataObjectInfoModifier and TypeFieldDescriptionprotected AFPDataObjectInfoAFPResourceManager.AbstractCachedObject.dataObjectInfoMethods 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.private voidAFPResourceManager.includeObject(AFPDataObjectInfo dataObjectInfo, String objectName) private voidAFPResourceManager.includeObject(AbstractNamedAFPObject namedObj, AFPDataObjectInfo dataObjectInfo) private voidAFPResourceManager.includePageSegment(AFPDataObjectInfo dataObjectInfo, String pageSegmentName) booleanAFPResourceManager.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 AFPDataObjectInfoModifierConstructorDescriptionAbstractCachedObject(String objectName, AFPDataObjectInfo dataObjectInfo) CachedObject(String objectName, AFPDataObjectInfo dataObjectInfo) CachedPageSegment(String objectName, AFPDataObjectInfo dataObjectInfo) -
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()private AFPDataObjectInfoAFPImageHandlerRenderedImage.RenderedImageEncoder.encodeImage(AFPImageObjectInfo imageObjectInfo, AFPPaintingState paintingState) 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.private voidAbstractAFPImageHandlerRawStream.updateDataObjectInfo(AFPDataObjectInfo dataObjectInfo, org.apache.xmlgraphics.image.loader.impl.ImageRawStream rawStream, AFPResourceManager resourceManager)