fop 1.0

Uses of Interface
org.apache.fop.render.Graphics2DImagePainter

Packages that use Graphics2DImagePainter
org.apache.fop.render Generic renderer interface. 
 

Uses of Graphics2DImagePainter in org.apache.fop.render
 

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
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.