Methods in org.apache.fop.render with parameters of type Graphics2DImagePainter |
void |
AbstractGraphics2DAdapter.paintImage(Graphics2DImagePainter painter,
RendererContext context,
int x,
int y,
int width,
int height)
Paints an arbitrary images on a given Graphics2D instance. The renderer
providing this functionality must set up a Graphics2D instance so that
the image with the given extents (in mpt) can be painted by the painter
passed to this method. The Graphics2DImagePainter is then passed this
Graphics2D instance so the image can be painted. |
void |
Graphics2DAdapter.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 |