public interface ImageAdapter
Modifier and Type | Method and Description |
---|---|
void |
paintImage(RenderedImage image,
RendererContext context,
int x,
int y,
int width,
int height)
Paints an image at the given position.
|
void paintImage(RenderedImage image, RendererContext context, int x, int y, int width, int height) throws IOException
image
- the image which will be paintedcontext
- the renderer context for the current rendererx
- X position of the image (in millipoints)y
- Y position of the image (in millipoints)width
- width of the image (in millipoints)height
- height of the image (in millipoints)IOException
- In case of an I/O error while writing the output formatCopyright © 2025 Apache Software Foundation. All rights reserved.