fop 1.0

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

Packages that use AFPResourceInfo
org.apache.fop.afp Contains an AFP library. 
org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. 
 

Uses of AFPResourceInfo in org.apache.fop.afp
 

Methods in org.apache.fop.afp that return AFPResourceInfo
 AFPResourceInfo AFPDataObjectInfo.getResourceInfo()
          Returns the resource level at which this data object should reside
 

Methods in org.apache.fop.afp with parameters of type AFPResourceInfo
 ResourceObject AFPDataObjectFactory.createResource(AbstractNamedAFPObject namedObj, AFPResourceInfo resourceInfo, Registry.ObjectType objectType)
          Creates a resource object wrapper for named includable data objects
 void AFPDataObjectInfo.setResourceInfo(AFPResourceInfo resourceInfo)
          Sets the resource level at which this object should reside
 

Constructors in org.apache.fop.afp with parameters of type AFPResourceInfo
AFPGraphics2D(boolean textAsShapes, AFPPaintingState paintingState, AFPResourceManager resourceManager, AFPResourceInfo resourceInfo, FontInfo fontInfo)
          Main constructor
 

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

Methods in org.apache.fop.render.afp that return AFPResourceInfo
 AFPResourceInfo AFPInfo.getResourceInfo()
          Returns the resource information
 AFPResourceInfo AFPForeignAttributeReader.getResourceInfo(java.util.Map foreignAttributes)
          Returns the resource information
 

Methods in org.apache.fop.render.afp with parameters of type AFPResourceInfo
 void AFPInfo.setResourceInfo(AFPResourceInfo resourceInfo)
          Sets the resource information
 


fop 1.0

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