fop 1.0

Uses of Class
org.apache.fop.afp.AFPDataObjectInfo

Packages that use AFPDataObjectInfo
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
 class AFPGraphicsObjectInfo
          A graphics object info which contains necessary painting objects
 class AFPImageObjectInfo
          A list of parameters associated with an image
 

Methods in org.apache.fop.afp with parameters of type AFPDataObjectInfo
 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 datastream
 ObjectContainer AFPDataObjectFactory.createObjectContainer(AFPDataObjectInfo dataObjectInfo)
          Creates and configures an ObjectContainer.
 

Uses of AFPDataObjectInfo in org.apache.fop.afp.modca
 

Methods in org.apache.fop.afp.modca with parameters of type AFPDataObjectInfo
 void ObjectContainer.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 AbstractDataObject.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).
 

Uses of AFPDataObjectInfo in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp that return AFPDataObjectInfo
protected abstract  AFPDataObjectInfo AFPImageHandler.createDataObjectInfo()
          Creates the data object information object
protected  AFPDataObjectInfo AFPImageHandlerRenderedImage.createDataObjectInfo()
          Creates the data object information object
protected  AFPDataObjectInfo AFPImageHandlerRawCCITTFax.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  AFPDataObjectInfo AFPImageHandlerSVG.createDataObjectInfo()
          
protected  AFPDataObjectInfo AFPImageHandlerXML.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.
 AFPDataObjectInfo AbstractAFPImageHandlerRawStream.generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo)
          Generates an intermediate AFPDataObjectInfo that is later used to construct the appropriate data object in the AFP DataStream.
 AFPDataObjectInfo AFPImageHandlerRenderedImage.generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo)
          Generates an intermediate AFPDataObjectInfo that is later used to construct the appropriate data object in the AFP DataStream.
 AFPDataObjectInfo AFPImageHandlerGraphics2D.generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo)
          Generates an intermediate AFPDataObjectInfo that is later used to construct the appropriate data object in the AFP DataStream.
 AFPDataObjectInfo AFPImageHandlerXML.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
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.
protected  void AFPImageHandler.setResourceInformation(AFPDataObjectInfo dataObjectInfo, java.lang.String uri, java.util.Map foreignAttributes)
          Sets resource information on the data object info.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.