Uses of Interface
org.apache.fop.render.RenderingContext
Packages that use RenderingContext
Package
Description
Generic renderer interface.
An AFP Renderer implementation and supporting classes.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
PDF Renderer
PostScript Renderer
-
Uses of RenderingContext in org.apache.fop.render
Classes in org.apache.fop.render that implement RenderingContextModifier and TypeClassDescriptionclassAbstract base class for RenderingContext implementations.Methods in org.apache.fop.render with parameters of type RenderingContextModifier and TypeMethodDescriptionImageHandlerRegistry.getHandler(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Returns anImageHandlerwhich handles an specific image type given the MIME type of the image.org.apache.xmlgraphics.image.loader.ImageFlavor[]ImageHandlerRegistry.getSupportedFlavors(RenderingContext context) Returns the ordered array of supported image flavors.voidImageHandler.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.booleanImageHandler.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed. -
Uses of RenderingContext in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement RenderingContextModifier and TypeClassDescriptionclassRendering context for AFP (MO:DCA) production.Methods in org.apache.fop.render.afp that return RenderingContextModifier and TypeMethodDescriptionprotected RenderingContextAFPPainter.createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.afp with parameters of type RenderingContextModifier and TypeMethodDescriptionprotected voidAFPPainter.drawImage(org.apache.xmlgraphics.image.loader.Image image, Rectangle rect, RenderingContext context, boolean convert, Map additionalHints) Draws an image using a suitable image handler.voidAbstractAFPImageHandlerRawStream.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidAFPImageHandlerGraphics2D.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidAFPImageHandlerRawCCITTFax.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidAFPImageHandlerRawJPEG.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidAFPImageHandlerRawStream.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidAFPImageHandlerRenderedImage.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidAFPImageHandlerSVG.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.booleanAFPImageHandlerGraphics2D.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanAFPImageHandlerRawCCITTFax.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanAFPImageHandlerRawJPEG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanAFPImageHandlerRawStream.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanAFPImageHandlerRenderedImage.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanAFPImageHandlerSVG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed. -
Uses of RenderingContext in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that return RenderingContextModifier and TypeMethodDescriptionprotected abstract RenderingContextAbstractIFPainter.createRenderingContext()Creates a new RenderingContext instance.protected RenderingContextIFSerializer.createRenderingContext()Methods in org.apache.fop.render.intermediate with parameters of type RenderingContextModifier and TypeMethodDescriptionprotected voidAbstractIFPainter.drawImage(org.apache.xmlgraphics.image.loader.Image image, Rectangle rect, RenderingContext context) Draws an image using a suitable image handler.protected voidAbstractIFPainter.drawImage(org.apache.xmlgraphics.image.loader.Image image, Rectangle rect, RenderingContext context, boolean convert, Map additionalHints) Draws an image using a suitable image handler. -
Uses of RenderingContext in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement RenderingContextModifier and TypeClassDescriptionclassRendering context for Java2D painting.Methods in org.apache.fop.render.java2d that return RenderingContextModifier and TypeMethodDescriptionprotected RenderingContextJava2DPainter.createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.java2d with parameters of type RenderingContextModifier and TypeMethodDescriptionvoidJava2DImageHandlerGraphics2D.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidJava2DImageHandlerRenderedImage.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.booleanJava2DImageHandlerGraphics2D.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanJava2DImageHandlerRenderedImage.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed. -
Uses of RenderingContext in org.apache.fop.render.pcl
Classes in org.apache.fop.render.pcl that implement RenderingContextMethods in org.apache.fop.render.pcl that return RenderingContextModifier and TypeMethodDescriptionprotected RenderingContextPCLPainter.createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.pcl with parameters of type RenderingContextModifier and TypeMethodDescriptionvoidPCLImageHandlerGraphics2D.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPCLImageHandlerRenderedImage.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.booleanPCLImageHandlerGraphics2D.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPCLImageHandlerRenderedImage.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed. -
Uses of RenderingContext in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement RenderingContextMethods in org.apache.fop.render.pdf that return RenderingContextModifier and TypeMethodDescriptionprotected RenderingContextPDFPainter.createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.pdf with parameters of type RenderingContextModifier and TypeMethodDescriptionvoidPDFImageHandlerGraphics2D.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPDFImageHandlerSVG.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.booleanPDFImageHandlerGraphics2D.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPDFImageHandlerRawCCITTFax.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPDFImageHandlerRawJPEG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPDFImageHandlerRawPNG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPDFImageHandlerRenderedImage.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPDFImageHandlerSVG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed. -
Uses of RenderingContext in org.apache.fop.render.ps
Classes in org.apache.fop.render.ps that implement RenderingContextModifier and TypeClassDescriptionclassRendering context for PostScript production.Methods in org.apache.fop.render.ps that return RenderingContextModifier and TypeMethodDescriptionprotected RenderingContextPSPainter.createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.ps with parameters of type RenderingContextModifier and TypeMethodDescriptionvoidPSImageHandler.generateForm(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, PSImageFormResource form) Generates a PostScript form for the givenImageinstance.voidPSImageHandlerGraphics2D.generateForm(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, PSImageFormResource form) Generates a PostScript form for the givenImageinstance.voidPSImageHandlerRawCCITTFax.generateForm(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, PSImageFormResource form) Generates a PostScript form for the givenImageinstance.voidPSImageHandlerRawJPEG.generateForm(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, PSImageFormResource form) Generates a PostScript form for the givenImageinstance.voidPSImageHandlerRawPNG.generateForm(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, PSImageFormResource form) Generates a PostScript form for the givenImageinstance.voidPSImageHandlerRenderedImage.generateForm(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, PSImageFormResource form) Generates a PostScript form for the givenImageinstance.voidPSImageHandlerEPS.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPSImageHandlerGraphics2D.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPSImageHandlerRawCCITTFax.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPSImageHandlerRawJPEG.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPSImageHandlerRawPNG.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPSImageHandlerRenderedImage.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.voidPSImageHandlerSVG.handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, Rectangle pos) Handles the givenImageinstance painting it at the indicated position in the output format being generated.booleanPSImageHandlerEPS.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPSImageHandlerGraphics2D.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPSImageHandlerRawCCITTFax.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPSImageHandlerRawJPEG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPSImageHandlerRawPNG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPSImageHandlerRenderedImage.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.booleanPSImageHandlerSVG.isCompatible(RenderingContext targetContext, org.apache.xmlgraphics.image.loader.Image image) Indicates whether the image handler is compatible with the indicated target represented by the rendering context object and with the image to be processed.