org.apache.fop.render.ps
Interface PSImageHandler
- All Superinterfaces:
- ImageHandler, ImageHandlerBase
- All Known Implementing Classes:
- PSImageHandlerGraphics2D, PSImageHandlerRawCCITTFax, PSImageHandlerRawJPEG, PSImageHandlerRenderedImage
public interface PSImageHandler
- extends ImageHandler
Specialized image handler interface for PostScript output. Implementations can optionally
support creating PostScript forms. The implementation shall check the rendering context
to see if forms functionality is enabled in the
ImageHandler.isCompatible(org.apache.fop.render.RenderingContext, org.apache.xmlgraphics.image.loader.Image)
method.
generateForm
void generateForm(RenderingContext context,
org.apache.xmlgraphics.image.loader.Image image,
PSImageFormResource form)
throws java.io.IOException
- Generates a PostScript form for the given
Image
instance.
- Parameters:
context
- the rendering contextimage
- the image to be handledform
- the associated form resource
- Throws:
java.io.IOException
- if an I/O error occurs
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.