ImageHandler
, ImageHandlerBase
PSImageHandlerGraphics2D
, PSImageHandlerRawCCITTFax
, PSImageHandlerRawJPEG
, PSImageHandlerRawPNG
, PSImageHandlerRenderedImage
public interface PSImageHandler extends ImageHandler
ImageHandler.isCompatible(org.apache.fop.render.RenderingContext,
org.apache.xmlgraphics.image.loader.Image)
method.Modifier and Type | Method | 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 java.io.IOException
Image
instance.context
- the rendering contextimage
- the image to be handledform
- the associated form resourcejava.io.IOException
- if an I/O error occursCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.