public class Java2DGraphics2DAdapter extends AbstractGraphics2DAdapter
Constructor and Description |
---|
Java2DGraphics2DAdapter() |
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.
|
mpt2px, paintImage, paintToBufferedImage, setRenderingHintsForBufferedImage
public void paintImage(org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter, RendererContext context, int x, int y, int width, int height) throws java.io.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 imagejava.io.IOException
- In case of an I/O error while writing the output formatCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.