Uses of Interface
org.apache.fop.render.ImageHandler
Packages that use ImageHandler
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 ImageHandler in org.apache.fop.render
Classes in org.apache.fop.render that implement ImageHandlerModifier and TypeClassDescriptionclassAbstract base class for ImageHandler implementations that process Java2D images through the Graphics2DImagePainter interface.Methods in org.apache.fop.render that return ImageHandlerModifier 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.Methods in org.apache.fop.render with parameters of type ImageHandlerModifier and TypeMethodDescriptionvoidImageHandlerRegistry.addHandler(ImageHandler handler) Add an image handler. -
Uses of ImageHandler in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement ImageHandlerModifier and TypeClassDescriptionclassA base abstract AFP raw stream image handlerclassPDFImageHandler implementation which handles Graphics2D images.classAFPImageHandler implementation which handles CCITT encoded images (CCITT fax group 3/4).classImageHandlerimplementation which handles ImageRawJPEG instances.classAFPImageHandler implementation which handles raw stream images.classPDFImageHandler implementation which handles RenderedImage instances.classImage handler implementation which handles SVG images for AFP output. -
Uses of ImageHandler in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement ImageHandlerModifier and TypeClassDescriptionclassImage handler implementation that paintsGraphics2Dimage on anotherGraphics2Dtarget.classImage handler implementation that paintsRenderedImageinstances on aGraphics2Dobject. -
Uses of ImageHandler in org.apache.fop.render.pcl
Classes in org.apache.fop.render.pcl that implement ImageHandlerModifier and TypeClassDescriptionclassImage handler implementation that paints Graphics2D images in PCL.classImage handler implementation that paintsRenderedImageinstances in PCL. -
Uses of ImageHandler in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement ImageHandlerModifier and TypeClassDescriptionclassPDFImageHandler implementation which handles Graphics2D images.classImage handler implementation which handles CCITT encoded images (CCITT fax group 3/4) for PDF output.classImage handler implementation which handles raw JPEG images for PDF output.classImage handler implementation which handles CCITT encoded images (CCITT fax group 3/4) for PDF output.classImage handler implementation which handles RenderedImage instances for PDF output.classImage Handler implementation which handles SVG images. -
Uses of ImageHandler in org.apache.fop.render.ps
Subinterfaces of ImageHandler in org.apache.fop.render.psModifier and TypeInterfaceDescriptioninterfaceSpecialized image handler interface for PostScript output.Classes in org.apache.fop.render.ps that implement ImageHandlerModifier and TypeClassDescriptionclassImage handler implementation which handles EPS images for PostScript output.classImage handler implementation which handles vector graphics (Java2D) for PostScript output.classImage handler implementation which handles CCITT fax images for PostScript output.classImage handler implementation which handles undecoded JPEG images for PostScript output.classImage handler implementation which handles raw (not decoded) PNG images for PostScript output.classImage handler implementation which handles RenderedImage instances for PostScript output.classImage handler implementation which handles SVG images for PostScript output.