org.apache.fop.render
public interface ImageAdapter
Modifier and Type | Method and Description |
---|---|
void |
paintImage(java.awt.image.RenderedImage image,
RendererContext context,
int x,
int y,
int width,
int height)
Paints an image at the given position.
|
void paintImage(java.awt.image.RenderedImage image, RendererContext context, int x, int y, int width, int height) throws java.io.IOException
image
- the image which will be paintedcontext
- the renderer context for the current rendererx
- X position of the imagey
- Y position of the imagewidth
- width of the imageheight
- height of the imagejava.io.IOException
- In case of an I/O error while writing the output formatCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.