Uses of Class
org.apache.fop.afp.AFPResourceInfo
-
Packages that use AFPResourceInfo Package Description 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
Fields in org.apache.fop.afp declared as AFPResourceInfo Modifier and Type Field Description private AFPResourceInfoAFPDataObjectInfo. resourceInforesource infoprivate AFPResourceInfoAFPGraphics2D. resourceInfoAFP resource infoFields in org.apache.fop.afp with type parameters of type AFPResourceInfo Modifier and Type Field Description private java.util.Map<AFPResourceInfo,java.util.List<AFPResourceManager.AbstractCachedObject>>AFPResourceManager. includeObjectCacheMapping of resourceInfo to AbstractCachedObjectMethods in org.apache.fop.afp that return AFPResourceInfo Modifier and Type Method Description AFPResourceInfoAFPDataObjectInfo. getResourceInfo()Returns the resource level at which this data object should resideMethods in org.apache.fop.afp with parameters of type AFPResourceInfo Modifier and Type Method Description private voidAFPResourceManager. addToCache(AFPResourceInfo resourceInfo, AFPResourceManager.AbstractCachedObject cachedObject)ResourceObjectAFPDataObjectFactory. createResource(AbstractNamedAFPObject namedObj, AFPResourceInfo resourceInfo, Registry.ObjectType objectType)Creates a resource object wrapper for named includable data objectsbooleanAFPResourceManager. includeCachedObject(AFPResourceInfo resourceInfo, AFPObjectAreaInfo areaInfo)booleanAFPResourceManager. isObjectCached(AFPResourceInfo resourceInfo)Returnstrueif the passedAFPResourceInfoinstance is already cached.voidAFPDataObjectInfo. setResourceInfo(AFPResourceInfo resourceInfo)Sets the resource level at which this object should resideprivate voidAFPGraphics2D. setResourceInfo(AFPResourceInfo resourceInfo)Sets the AFP resource infoprivate voidAFPResourceManager. updateResourceInfoUri(AFPResourceInfo resourceInfo)Constructors in org.apache.fop.afp with parameters of type AFPResourceInfo Constructor Description AFPGraphics2D(boolean textAsShapes, AFPPaintingState paintingState, AFPResourceManager resourceManager, AFPResourceInfo resourceInfo, FontInfo fontInfo)Main constructor -
Uses of AFPResourceInfo in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as AFPResourceInfo Modifier and Type Field Description private AFPResourceInfoAFPInfo. resourceInfoSee AFP_RESOURCE_INFOMethods in org.apache.fop.render.afp that return AFPResourceInfo Modifier and Type Method Description static AFPResourceInfoAFPImageHandler. createResourceInformation(java.lang.String uri, java.util.Map foreignAttributes)Sets resource information on the data object info.AFPResourceInfoAFPForeignAttributeReader. getResourceInfo(java.util.Map<org.apache.xmlgraphics.util.QName,java.lang.String> foreignAttributes)Returns the resource informationAFPResourceInfoAFPInfo. getResourceInfo()Returns the resource informationMethods in org.apache.fop.render.afp with parameters of type AFPResourceInfo Modifier and Type Method Description private AFPGraphicsObjectInfoAFPSVGHandler. createGraphicsObjectInfo(AFPPaintingState paintingState, org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter, FOUserAgent userAgent, AFPResourceInfo resourceInfo, AFPGraphics2D g2d)voidAFPInfo. setResourceInfo(AFPResourceInfo resourceInfo)Sets the resource information
-