Uses of Class
org.apache.fop.afp.AFPResourceManager
-
Packages that use AFPResourceManager Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.svg Contains a collection of AFP specific Batik bridges.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPResourceManager in org.apache.fop.afp
Methods in org.apache.fop.afp that return AFPResourceManager Modifier and Type Method Description AFPResourceManagerAFPGraphics2D. getResourceManager()Returns the AFP resource manager associated with thisGraphics2Dinstance.Constructors in org.apache.fop.afp with parameters of type AFPResourceManager Constructor Description AFPDitheredRectanglePainter(AFPPaintingState paintingState, DataStream dataStream, AFPResourceManager resourceManager)Main constructorAFPGraphics2D(boolean textAsShapes, AFPPaintingState paintingState, AFPResourceManager resourceManager, AFPResourceInfo resourceInfo, FontInfo fontInfo)Main constructor -
Uses of AFPResourceManager in org.apache.fop.afp.svg
Constructors in org.apache.fop.afp.svg with parameters of type AFPResourceManager Constructor Description AFPTextHandler(FontInfo fontInfo, AFPResourceManager resourceManager)Main constructor. -
Uses of AFPResourceManager in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return AFPResourceManager Modifier and Type Method Description AFPResourceManagerAFPInfo. getResourceManager()Returns the AFPResourceManagerAFPResourceManagerAFPRenderingContext. getResourceManager()Returns the resource manager.Methods in org.apache.fop.render.afp with parameters of type AFPResourceManager Modifier and Type Method Description voidAFPInfo. setResourceManager(AFPResourceManager resourceManager)Sets the AFPResourceManagerConstructors in org.apache.fop.render.afp with parameters of type AFPResourceManager Constructor Description AFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, java.util.Map foreignAttributes)Main constructor.
-