public interface PSImageHandler extends ImageHandler
ImageHandler.isCompatible(org.apache.fop.render.RenderingContext,
org.apache.xmlgraphics.image.loader.Image)
method.Modifier and Type | Method and Description |
---|---|
void |
generateForm(RenderingContext context,
org.apache.xmlgraphics.image.loader.Image image,
PSImageFormResource form)
Generates a PostScript form for the given
Image instance. |
handleImage, isCompatible
getPriority, getSupportedImageClass, getSupportedImageFlavors
void generateForm(RenderingContext context, org.apache.xmlgraphics.image.loader.Image image, PSImageFormResource form) throws IOException
Image
instance.context
- the rendering contextimage
- the image to be handledform
- the associated form resourceIOException
- if an I/O error occursCopyright © 2025 Apache Software Foundation. All rights reserved.