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 class
PSImageHandlerGraphics2D
Image handler implementation which handles vector graphics (Java2D) for PostScript output.class
PSImageHandlerRawCCITTFax
Image handler implementation which handles CCITT fax images for PostScript output.class
PSImageHandlerRawJPEG
Image handler implementation which handles undecoded JPEG images for PostScript output.class
PSImageHandlerRawPNG
Image handler implementation which handles raw (not decoded) PNG images for PostScript output.class
PSImageHandlerRenderedImage
Image handler implementation which handles RenderedImage instances for PostScript output.
-