Uses of Interface
org.apache.fop.render.ps.PSImageHandler
-
Packages that use PSImageHandler Package Description org.apache.fop.render.ps PostScript Renderer -
-
Uses of PSImageHandler in org.apache.fop.render.ps
Classes in org.apache.fop.render.ps that implement PSImageHandler Modifier and Type Class Description classPSImageHandlerGraphics2DImage handler implementation which handles vector graphics (Java2D) for PostScript output.classPSImageHandlerRawCCITTFaxImage handler implementation which handles CCITT fax images for PostScript output.classPSImageHandlerRawJPEGImage handler implementation which handles undecoded JPEG images for PostScript output.classPSImageHandlerRawPNGImage handler implementation which handles raw (not decoded) PNG images for PostScript output.classPSImageHandlerRenderedImageImage handler implementation which handles RenderedImage instances for PostScript output.
-