public interface Graphics2DAdapter
Modifier and Type | Method and Description |
---|---|
void |
paintImage(org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter,
RendererContext context,
int x,
int y,
int width,
int height)
Paints an arbitrary images on a given Graphics2D instance.
|
void |
paintImage(Graphics2DImagePainter painter,
RendererContext context,
int x,
int y,
int width,
int height)
Deprecated.
Use the variant with the Graphics2DImagePainter from XML Graphics Commons instead
|
void paintImage(org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height) throws IOException
painter
- the painter which will paint the actual imagecontext
- the renderer context for the current rendererx
- X position of the imagey
- Y position of the imagewidth
- width of the imageheight
- height of the imageIOException
- In case of an I/O error while writing the output formatvoid paintImage(Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height) throws IOException
painter
- the painter which will paint the actual imagecontext
- the renderer context for the current rendererx
- X position of the imagey
- Y position of the imagewidth
- width of the imageheight
- height of the imageIOException
- In case of an I/O error while writing the output formatCopyright © 2022 Apache Software Foundation. All rights reserved.