Uses of Interface
org.apache.fop.render.RenderingContext
-
Packages that use RenderingContext Package Description org.apache.fop.render Generic renderer interface.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.intermediate org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2)org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.ps PostScript Renderer -
-
Uses of RenderingContext in org.apache.fop.render
Classes in org.apache.fop.render that implement RenderingContext Modifier and Type Class Description classAbstractRenderingContextAbstract base class for RenderingContext implementations.Methods in org.apache.fop.render with parameters of type RenderingContext Modifier and Type Method Description ImageHandlerImageHandlerRegistry. 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, java.awt.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 RenderingContext Modifier and Type Class Description classAFPRenderingContextRendering context for AFP (MO:DCA) production.Methods in org.apache.fop.render.afp that return RenderingContext Modifier and Type Method Description protected RenderingContextAFPPainter. createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.afp with parameters of type RenderingContext Modifier and Type Method Description protected voidAFPPainter. drawImage(org.apache.xmlgraphics.image.loader.Image image, java.awt.Rectangle rect, RenderingContext context, boolean convert, java.util.Map additionalHints)Draws an image using a suitable image handler.voidAbstractAFPImageHandlerRawStream. handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.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, java.awt.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, java.awt.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, java.awt.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, java.awt.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, java.awt.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, java.awt.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 RenderingContext Modifier and Type Method Description protected abstract RenderingContextAbstractIFPainter. createRenderingContext()Creates a new RenderingContext instance.protected RenderingContextIFSerializer. createRenderingContext()Methods in org.apache.fop.render.intermediate with parameters of type RenderingContext Modifier and Type Method Description protected voidAbstractIFPainter. drawImage(org.apache.xmlgraphics.image.loader.Image image, java.awt.Rectangle rect, RenderingContext context)Draws an image using a suitable image handler.protected voidAbstractIFPainter. drawImage(org.apache.xmlgraphics.image.loader.Image image, java.awt.Rectangle rect, RenderingContext context, boolean convert, java.util.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 RenderingContext Modifier and Type Class Description classJava2DRenderingContextRendering context for Java2D painting.Methods in org.apache.fop.render.java2d that return RenderingContext Modifier and Type Method Description protected RenderingContextJava2DPainter. createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.java2d with parameters of type RenderingContext Modifier and Type Method Description voidJava2DImageHandlerGraphics2D. handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.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, java.awt.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 RenderingContext Modifier and Type Class Description classPCLRenderingContextRendering context for PCL production.Methods in org.apache.fop.render.pcl that return RenderingContext Modifier and Type Method Description protected RenderingContextPCLPainter. createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.pcl with parameters of type RenderingContext Modifier and Type Method Description voidPCLImageHandlerGraphics2D. handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.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, java.awt.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 RenderingContext Modifier and Type Class Description classPDFRenderingContextRendering context for PDF production.Methods in org.apache.fop.render.pdf that return RenderingContext Modifier and Type Method Description protected RenderingContextPDFPainter. createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.pdf with parameters of type RenderingContext Modifier and Type Method Description voidPDFImageHandlerGraphics2D. handleImage(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.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, java.awt.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 RenderingContext Modifier and Type Class Description classPSRenderingContextRendering context for PostScript production.Methods in org.apache.fop.render.ps that return RenderingContext Modifier and Type Method Description protected RenderingContextPSPainter. createRenderingContext()Creates a new RenderingContext instance.Methods in org.apache.fop.render.ps with parameters of type RenderingContext Modifier and Type Method Description voidPSImageHandler. 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, java.awt.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, java.awt.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, java.awt.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, java.awt.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, java.awt.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, java.awt.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, java.awt.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.
-